0.1.3 • Published 6 years ago

jupyterlab-readypipe v0.1.3

Weekly downloads
1
License
BSD-3-Clause
Repository
github
Last release
6 years ago

jupyterlab-readypipe

A JupyterLab extension used by Readypipe.

Prerequisites

  • JupyterLab
  • Yarn

Installation

jupyter labextension install jupyterlab-readypipe

Development

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

make setup
npm run build
jupyter labextension link .

To rebuild the package and the JupyterLab app:

make run

Useful links

https://github.com/markusschanta/awesome-jupyter https://jupyterlab.readthedocs.io/en/stable/developer/extension_dev.html