You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 3, 2024. It is now read-only.
I'm trying to save my notebook with plotly express figures inside, and then share them with others using nbviewer. Currently, the areas where plots show up in JupyterLab have blank spaces instead:
I take it back! I figured it out - nbviewer just hadn't updated its cache properly. It now works! I just needed to set "flush_cache" to "True" instead of "true":
I'm trying to save my notebook with plotly express figures inside, and then share them with others using nbviewer. Currently, the areas where plots show up in JupyterLab have blank spaces instead:
https://nbviewer.jupyter.org/github/jupyterhub/binder-billing/blob/master/analyze_data.ipynb?flush_cache=true
per this page I tried setting the renderer to
notebook_connected
but this didn't seem to fix things.Is there any guidance or guide on how to create plotly plots in jupyterlab, and then display them in a page like nbviewer?
The text was updated successfully, but these errors were encountered: