Package Exports
- jupyterlab-sos
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (jupyterlab-sos) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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
- sos-notebook and language modules of interest (e.g. sos-python and sos-r). See installation instruction for details.
- JupyterLab >= 1.0.0
- transient-display-data
Installation
If you are using conda, you can install
jupyterlab-sos
with commandconda install jupyterlab-sos -c conda-forge
This will automatically install the
transient-display-data
extension, evenjupyterlab
,sos-notebook
, andsos
if needed.If you have a working jupyterlab installation with
sos-notebook
, you can installjupyterlab-sos
from command linejupyter labextension install transient-display-data jupyter labextension install jupyterlab-sos
or install these two extensions from the extension manager (
Enable Extension Manager
fromSettings
if needed).
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