I recently start experimenting JB2-alpha for upgrading the EDS book resource. Some published notebooks in EDS book use the Holoviz ecosystem which builds Bokeh/Matplotlib/Plotly plots.
It seems MyST has some issues to display bokeh-related plots. For instance the notebook, https://eds-book.github.io/b34facfa-cea8-48f5-89f6-f11ce00812a9/notebook#compute-ndvi-and-fdi-indices, using a bokeh backend, doesn't show up the plot in the output cell.
Neither importing output_notebook from bokeh.io import nor a print statement of the interactive plot works.
@stevejpurves mentioned a potential short term workaround similar to plotly which would be great to point/crossreference in this issue.
I recently start experimenting JB2-alpha for upgrading the EDS book resource. Some published notebooks in EDS book use the Holoviz ecosystem which builds Bokeh/Matplotlib/Plotly plots.
It seems MyST has some issues to display bokeh-related plots. For instance the notebook, https://eds-book.github.io/b34facfa-cea8-48f5-89f6-f11ce00812a9/notebook#compute-ndvi-and-fdi-indices, using a
bokehbackend, doesn't show up the plot in the output cell.Neither importing
output_notebookfrombokeh.io importnor a print statement of the interactive plot works.@stevejpurves mentioned a potential short term workaround similar to
plotlywhich would be great to point/crossreference in this issue.