jupyterlab_vpython
A VPython extension for JupyterLab
Requirements
JupyterLab >= 4.0.0
Install
To install the extension, execute:
pip install jupyterlab_vpython
Uninstall
To remove the extension, execute:
pip uninstall jupyterlab_vpython
Contributing
Development install
Note: You will need NodeJS to build the extension package.
The jlpm command is JupyterLab's pinned version of
yarn that is installed with JupyterLab. You may use
yarn or npm in lieu of jlpm below.
pip install -e "."
jupyter labextension develop . --overwrite
jlpm build
You can watch the source directory and run JupyterLab at the same time in different terminals to watch for changes in the extension's source and automatically rebuild the extension.
|