Chilipp / sphinx-nbexamples

⛔️ Deprecated: Create an examples gallery with sphinx from Jupyter Notebooks
MIT License
15 stars 11 forks source link

Bokeh plots not displayed in docs #10

Closed Chilipp closed 3 years ago

Chilipp commented 5 years ago

sphinx-nbexamples uses nbconvert to convert jupyter notebooks to RST and then to HTML via Sphinx. This is necessary to include the corresponding styling in the docs.

However, nbconvert does not produce valid rst files for bokeh plots, since it does not add the bokeh stylesheet and js file. Therefore the previous strategy was a little hack by manually adding the bokeh stylesheet and js file for sphinx. However, this seems to not work anymore. Therefore bokeh plots are currently not supported, until there we found a solution to this. Feedback and suggestions are very welcomed!