Skip to main content

JupyterLab extension for SoS workflow engine and polyglot notebook

Project description

Build Status npm version PyPI version

JupyterLab extension for SoS polyglot notebook and workflow system

jupyterlab-sos is a JupyterLab extension for the SoS Polyglot Notebook that allows you to use multiple Jupyter kernels in one notebook. It is also a frontend to the SoS Workflow Engine that is designed for daily computational research with both exploratory interactive data analysis and batch data processing.

Prerequisites

Installation

  • If you are using conda, you can install jupyterlab-sos with command

    conda install jupyterlab-sos -c conda-forge
    

    This will automatically install the transient-display-data extension, even jupyterlab, sos-notebook, and sos if needed.

  • If you have a working jupyterlab installation with sos-notebook, you can install jupyterlab-sos from command line

    pip install jupyterlab-sos
    

    or through the jupyterlab extension installation process, which will require node.js

    jupyter labextension install transient-display-data
    jupyter labextension install jupyterlab-sos
    

    You could also install these two extensions from the extension manager (Enable Extension Manager from Settings if needed).

    Finally, if you just upgraded jupyterlab with jupyterlab-sos installed, you could run

    jupyter labextension update --all
    

    to upgrade all your extensions to the latest version.

Development

For a development install (requires npm version 4 or later), do the following in the repository directory:

npm install
npm run build
jupyter labextension link .

To rebuild the package and the JupyterLab app:

npm run build
jupyter lab build

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

jupyterlab-sos-0.8.1.tar.gz (158.2 kB view hashes)

Uploaded Source

Built Distribution

jupyterlab_sos-0.8.1-py3-none-any.whl (359.2 kB view hashes)

Uploaded Python 3

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