Skip to main content

Reana JupyterLab plugin

Project description

Reana JupyterLab Extension

Install dependencies and build

Reana JupyterLab plugin provides a set of tools to interact with the Reana workflow management system from within JupyterLab.

This project is currently in development and is subject to change.

Requirements

Installation guide for users

To install the extension, run the following command:

pip install reana-jupyterlab

Docker image

It is possible to run the extension in a Docker container. To download and run the image, use the following commands:

docker pull ghcr.io/vre-hub/reana-jupyterlab-extension:<version>
docker run -d -p 8888:8888 ghcr.io/vre-hub/reana-jupyterlab-extension

All the available versions can be found here.

Installation guide for developers

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 .

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

reana_jupyterlab-0.1.1.tar.gz (218.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page