0.1.2 • Published 5 years ago

@gigantum/jupyterlab-extension v0.1.2

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

jupyterlab-gigantum-extension

Integration with the Gigantum Client.

Prerequisites

  • JupyterLab

Installation

jupyter labextension install @gigantum/jupyterlab-extension

Development

Currently, Jupyter Lab bundles and uses Yarn at installtion. There are some issues that need to be addressed with Typescript + React + Yarn, so we also use yarn here to keep things consistent. For a development install, do the following in the repository directory:

yarn install
yarn build
jupyter labextension link .

To rebuild the package and the JupyterLab app (not tested):

yarn build
jupyter lab build