LoginSignup
0
1

More than 5 years have passed since last update.

Bokeh実行の前にサンプルデータのダウンロードを

Posted at

jupyterでPythonのライブリBokehを遊び半分でいじっています。ドキュメントには数々のギャラリーが陳列されており、気に入った描画のコードを自分のjupyterにコピペして実行すると綺麗なグラフが生成されますが、中にはエラーが帰ってくるものもあります。先にサンプルデータをダウンロードしていないといけません。
http://bokeh.pydata.org/en/0.10.0/docs/installation.html

import bokeh.sampledata
bokeh.sampledata.download()

Screen Shot 2016-12-18 at 13.44.11.png

と実行してからサンプルコードを実行して見てください。

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1