0.2.4 • Published 6 years ago

jupyterlab-quilt v0.2.4

Weekly downloads
25
License
-
Repository
github
Last release
6 years ago

jupyterlab_quilt

Quilt Data plugin for JupyterLab

Prerequisites

JupyterLab

This plugin is developed using the latest conda version of Jupyter Lab. Note that Jupyter Lab is in alpha, and conda builds may not be stable. The developer APIs are also unstable, and this extension may break with any update to Jupyter Lab. Please file a GitHub Issue if you have any difficulties.

The instructions to install Jupyter Lab are here.

Installation

pip install quilt
pip install jupyter -U
pip install jupyterlab
jupyter labextension install jupyterlab-quilt
jupyter lab

Running

source activate jupyterlab-quilt # omit 'source' on Windows
jupyter lab

Development

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

npm install
npm run watch
jupyter labextension link .

To rebuild the package and the JupyterLab app:

npm run build
jupyter lab build
0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago