Skip to content

ausecocloud/lab_data_ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lab_data_ui

A JupyterLab extension.

Prerequisites

  • JupyterLab

Installation

jupyter labextension install lab_data_ui

Development

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

npm install
npm run build
jupyter labextension link

To rebuild the package and the JupyterLab app:

jupyter lab build

Run jupyterlab watching for code changes:

export JUPYTER_ENABLE_LAB=1
start-notebook.sh --ip="0.0.0.0" --watch

in a second shell run:

npm run watch

to watch changes to the source files. Thes changes get transpiled into the lib folder, where the jupyter lab watch process will pick them up.

Settings:

Put settings into a file named: ~/.jupyter/lab/user-settings/lab_data_ui/plugin.jupyterlab-settings.

{
    "appkey": "dropbox app key"
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published