Colabtools: Can't use Bokeh inside Google Colab

Created on 17 Jan 2018  路  2Comments  路  Source: googlecolab/colabtools

I installed the library (from the notebook itself) and it showed the installation is successful

!pip install bokeh

but when I use it. It doesn't show anything (not even an error). Just blank output. When I check chrome's Javascript console, I see the follwoing

Bokeh: ERROR: Unable to run BokehJS code because BokehJS library is missing

Most helpful comment

There's a bokeh sample in the docs, which works for me. In particular, note the comment there about needing to call output_notebook() in the cell where you're producing your chart.

I'm going to close, but do reopen if that isn't working for you.

All 2 comments

There's a bokeh sample in the docs, which works for me. In particular, note the comment there about needing to call output_notebook() in the cell where you're producing your chart.

I'm going to close, but do reopen if that isn't working for you.

Has anybody successfully embedded a bokeh server in a google colab notebook? I'm trying to run a copy of bokeh/notebook_embed.ipynb in google colab. All cells execute fine but show(modify_doc) produces no output. What value should I pass as notebook_url?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

blois picture blois  路  7Comments

nprandall picture nprandall  路  5Comments

blois picture blois  路  5Comments

travelmail26 picture travelmail26  路  4Comments

prteek picture prteek  路  4Comments