Skip to main content

Installation guide for developers

Installation from source

The following instructions are for developers who want to install the extension from source.

Install Python dependencies

python -m pip install -r requirements.txt

Install Yarn dependencies

jlpm install

Build the extension

jlpm run build

Install the extension

python -m pip install .[dev]

Enable the server extension

jupyter server extension enable --py reana_jupyterlab

Finally, open a JupyterLab instance. The extension should be available in the JupyterLab sidebar.

jupyter lab