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
Hi, seems the bug is because @jupyter-widgets/jupyterlab-manager extension is not installed.
Tested the following under jupyterlab running on remote notebook server, fixes the issue: jupyter labextension install @jupyter-widgets/jupyterlab-manager
Hi,
I am following the example [scalar_fields] normals on windows with jupyter. I am able to see the plot for
anky.plot(mesh=True, backend="threejs")
However, for
anky.plot
, I getI assume the plot is not being displayed, even though it was created.
The text was updated successfully, but these errors were encountered: