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
I'm testing cesiumpy both in Jupyter notebook and in html mode. It works as expected in Jupyter notebook after installing ipywidgets (pip install ipywidgets).
In html, however, the viewer loads but there is only empty space (without the globe). What can I do to fix it.
I wrote a file index.html with the v.to_html() method.
Thanks
The text was updated successfully, but these errors were encountered:
I'm testing cesiumpy both in Jupyter notebook and in html mode. It works as expected in Jupyter notebook after installing ipywidgets (pip install ipywidgets).
In html, however, the viewer loads but there is only empty space (without the globe). What can I do to fix it.
I wrote a file index.html with the v.to_html() method.
Thanks
The text was updated successfully, but these errors were encountered: