-
Notifications
You must be signed in to change notification settings - Fork 0
Setting Up
mrzengel edited this page Jul 19, 2024
·
10 revisions
First, ensure Node.js >= 20.x (Install instructions) is installed as well as git (Install instructions). Also ensure Python >= 3.11 is installed (Install instructions).
Now, install yarn
:
npm install -g corepack
corepack enable
Install the Python dependencies from within the main project directory:
python -m pip install -r requirements.txt
Install the Extension:
python -m pip install .
Enable the Extension:
jupyter server extension enable zenodo_jupyterlab.server
Now open a local instance of Jupyter Lab, and it should be present on the sidebar.