Skip to content

quiltdata/jupyterlab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Install

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

Run

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published