JSPM

  • Created
  • Published
  • Downloads 4
  • Score
    100M100P100Q29186F
  • License BSD-3-Clause

JupyterLab extension for SoS workflow engine and polyglot notebook

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 workflow engine and polyglot notebook

Status

This extension currently builds upon JupyterLab 1.0.0 alpha, and will evolve as the JupyterLab API continues to evolve. It is currently feature complete except for sending codes from subkernels directly to console window, which depends on a PR that is still under review.

Prerequisites

  • JupyterLab 1.0.0 alpha
  • transient-display-data

Installation

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

or install these two extensions from the extension manager.

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