bokeh: bokeh plot in jupyter slides not rendered corretly
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
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Comments: 15 (12 by maintainers)
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.