pbugnion / gmaps

Google maps for Jupyter notebooks
https://jupyter-gmaps.readthedocs.io/en/stable/
Other
760 stars 147 forks source link

Figures are not shown on slides #334

Open hamidkhbl opened 4 years ago

hamidkhbl commented 4 years ago

When I convert my Jupiter notebook to an HTML slide, none of the gmaps figures are being shown. I use the following code to export the HTML slide:

jupyter nbconvert slide_deck.ipynb --to slides --post serve --template output_toggle --reveal-prefix=reveal.js --post serve

I do not have any error on the export logs and all other figures (matplotlib, seaborn and plotly figures) are being converted without any issue.