question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

bokeh plot in jupyter slides not rendered corretly

See original GitHub issue

bokeh export bug.zip

The plot in slides generated by following command (‘bokeh export bug.slides.html’) is not rendered correctly.

jupyter nbconvert --reveal-prefix=http://lab.hakim.se/reveal-js/ --to slides 'bokeh export bug.ipynb'

It should behave like ‘bokeh export bug.html’ generated by

jupyter nbconvert --to html 'bokeh export bug.ipynb'

bokeh info: Python version : 3.5.2 |Anaconda 4.1.1 (64-bit)| (default, Jul 2 2016, 17:53:06) IPython version : 4.2.0 Bokeh version : 0.12.0 BokehJS static path : /home/lq/.local/anaconda3/lib/python3.5/site-packages/bokeh/server/static

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:15 (12 by maintainers)

github_iconTop GitHub Comments

1reaction
bryevdvcommented, Jun 20, 2017

I added a new section to the notebook chapter of the user’s guide in https://github.com/bokeh/bokeh/pull/6506/commits/33d11cbfd7420271dd92564c3d633280bd4ba925 This issue will automatically close when that PR is merged. @damianavila if there is something more/better to say than what I have added in that commit please let me know.

0reactions
damianavilacommented, Jun 20, 2017

@damianavila if there is something more/better to say than what I have added in that commit please let me know.

LGTM as is.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Using with Jupyter — Bokeh 2.4.3 Documentation
Rendered cell output of the output_notebook call ensures that the BokehJS library loads. Otherwise, Bokeh plots will not work. If this cell's type...
Read more >
Bokeh Slider Not Updating in JupyterLab - Stack Overflow
In JupyterLab, it displays just fine, but it is not updating the color bar and image when the Range Slider is adjusted. Does...
Read more >
Troubleshooting in Python - Plotly
How to troubleshoot import and rendering problems in Plotly with Python. ... you are rendering figures: Dash, Jupyter Lab or Classic Notebook, VSCode...
Read more >
Python data visualization with Bokeh and Jupyter Notebook
glyph to be changed and tell Bokeh to render the plot and the slider on top of each other in a column. We...
Read more >
Python Bokeh tutorial - Interactive Data Visualization with Bokeh
Bokeh renders its plots using HTML and JavaScript that uses modern ... interface to the data scientists who do not want to be...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found