VPython labextension
- JupyterLab ^0.35.0
- VPython Package >=7.4.8 (pip install vpython) or (conda install -c vpython vpython)
jupyter labextension install vpythonFor a development install (requires npm version 4 or later), do the following in the repository directory:
npm install
npm install --save @jupyterlab/notebook @jupyterlab/application @jupyterlab/apputils @jupyterlab/docregistry @phosphor/disposable script-loader
npm run build
jupyter labextension install .To rebuild the package and the JupyterLab app:
npm run build
jupyter lab build