@qzchenwl/jupyterlab-manager
v2.0.0
Published
The JupyterLab extension providing Jupyter widgets.
Downloads
10
Maintainers
Readme
Jupyter Widgets JupyterLab Extension
A JupyterLab extension for Jupyter/IPython widgets.
Package Install
Prerequisites
- JupyterLab (see package.json for appropriate version, currently JupyterLab 1.0)
jupyter labextension install @jupyter-widgets/jupyterlab-manager
Version compatibility
Use the appropriate command from the following list to install a compatible JupyterLab extension.
- For JupyterLab 0.30, use
jupyter labextension install @jupyter-widgets/[email protected]
- For JupyterLab 0.31rc1, use
jupyter labextension install @jupyter-widgets/[email protected]
- For JupyterLab 0.31rc2, use
jupyter labextension install @jupyter-widgets/[email protected]
- For JupyterLab 0.31.x, use
jupyter labextension install @jupyter-widgets/[email protected]
- For JupyterLab 0.32.x, use
jupyter labextension install @jupyter-widgets/[email protected]
- For JupyterLab 0.33.x, use
jupyter labextension install @jupyter-widgets/[email protected]
- For JupyterLab 0.34.x, use
jupyter labextension install @jupyter-widgets/[email protected]
- For JupyterLab 0.35.x, use
jupyter labextension install @jupyter-widgets/[email protected]
- For JupyterLab 1.0.x and 1.1.x, use
jupyter labextension install @jupyter-widgets/[email protected]
- For JupyterLab 1.2.x, use
jupyter labextension install @jupyter-widgets/[email protected]
- For JupyterLab 2.x, use
jupyter labextension install @jupyter-widgets/jupyterlab-manager@2
Source Build
Prerequisites
git clone https://github.com/jupyter-widgets/ipywidgets.git
cd ipywidgets/packages/jupyterlab-manager
npm install
npm run build
jupyter labextension link .
Rebuild
If you want to pull in changes to Jupyter widgets, run npm run build
at the ipywidgets repo root to update the version of Jupyter widgets in the node_modules directory and rebuild the JupyterLab extension.