Developer installΒΆ
To install a developer version of upsetjs_jupyter_widget, you will first need to clone the repository:
git clone https://github.com/upsetjs/upsetjs_jupyter_widget
cd upsetjs_jupyter_widget
Next, install it with a develop install using pip:
pip install -e .
If you are planning on working on the JS/frontend code, you should also do a link installation of the extension:
jupyter nbextension install [--sys-prefix / --user / --system] --symlink --py upsetjs_jupyter_widget
jupyter nbextension enable [--sys-prefix / --user / --system] --py upsetjs_jupyter_widget
with the appropriate flag. Or, if you are using Jupyterlab:
jupyter labextension install .