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
This will install both the server extension and the Jupyterlab extension needed by the plugin.
You can also install the labextension via Jupyterlab's extension manager GUI. Keep in mind that if you use the GUI, you'll still need to install the jupyter-archive server extension via pip or conda.
Development
Install dependencies with conda:
conda env update -f environment.yml
For a development install (requires npm version 4 or later), do the following in the repository directory:
jlpm
jlpm build
jupyter labextension link .# Install the server extension
pip install -e .
jupyter serverextension enable --py jupyter_archive
You can watch the source directory and run JupyterLab in watch mode to watch for changes in the extension's source and automatically rebuild the extension and application.
# Watch the source directory in another terminal tab
jlpm watch
# Run jupyterlab in watch mode in one terminal tab
jupyter lab --watch --no-browser --NotebookApp.token=''