Skip to content

Setting Up

mrzengel edited this page Jun 20, 2024 · 10 revisions

This is a page devoted to setting up the environment to run the code, specifically in editable mode, as the project is still in development.

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 .

Now open a local instance of Jupyter Lab, and it should be present on the sidebar.

Clone this wiki locally