0.2.0 • Published 5 years ago

@renku/renku-jupyterlab-ts v0.2.0

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
5 years ago

renku-jupyterlab-ts

A Renku extension for JupyterLab.

Nothing lasts forever. Except for reproducible research made with Renku.

Prerequisites

  • JupyterLab

Installation

jupyter labextension install renku-jupyterlab-ts

Development

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

npm install -g yarn
yarn install
yarn build
jupyter labextension link .

To rebuild the package and the JupyterLab app:

yarn build
jupyter lab build

Release Process

npm version [major | minor | patch] -m 'release: v%s'
git push upstream master --tags