0.1.0 • Published 5 years ago

readypipe-jupyterlab v0.1.0

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

readypipe-jupyterlab

A JupyterLab extension used by Readypipe.

Prerequisites

  • JupyterLab
  • Yarn

Installation

jupyter labextension install readypipe-jupyterlab

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