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
If the extension is not automatically installed, you can manually enable it
Jupyter Notebook Classic
jupyter nbextension list
jupyter nbextension install --py --symlink --sys-prefix pythreejs
jupyter nbextension enable --py --sys-prefix pythreejs
jupyter nbextension list
You should see:
Known nbextensions:
...
jupyter-js-widgets/extension enabled
- Validating: OK
Note for developers: the --symlink argument on Linux or MacOS allows one to
modify the JavaScript code in-place. This feature is not available on Windows.
JupyterLab
To perform a source installation:
## ensure you have nodejs install, e.g. with conda# conda install -c conda-forge 'nodejs>=12'
jupyter labextension list
jupyter labextension install --no-build @jupyter-widgets/jupyterlab-manager
jupyter labextension install --no-build jupyter-datawidgets/extension
jupyter labextension install jupyter-threejs
jupyter labextension list
You should see:
JupyterLab v...
...
jupyterlab-datawidgets v... enabled OK
@jupyter-widgets/jupyterlab-manager v... enabled OK
jupyter-threejs v... enabled OK
This approach is not recommended for JupyterLab 3, which enables
federated modules, installed via pip, conda or other package managers,
and does not require rebuilding the entire application.
Uninstallation
Using pip:
pip uninstall pythreejs
or conda:
conda uninstall pythreejs
If you applied any manual steps above, it may be necessary to remove the