2. Installation

2.1. Install

To install the extension, execute:

Using pip:

pip install jupyterlab_pioneer

Using conda (via conda-forge):

conda install -c conda-forge jupyterlab-pioneer

Before starting Jupyter Lab, users need to write their own configuration files (or use the provided configuration examples) and place them in the correct directory.

Documentation on how to write configuration files is here.

2.2. Uninstall

To remove the extension, execute:

Using pip:

pip uninstall jupyterlab_pioneer

Using conda:

conda uninstall jupyterlab-pioneer

2.3. Troubleshoot

If you are seeing the frontend extension, but it is not working, check that the server extension is enabled:

jupyter server extension list

If the server extension is installed and enabled, but you are not seeing the frontend extension, check the frontend extension is installed:

jupyter labextension list