Skip to content

IN-CORE Lab is a customized Jupyter Lab for IN-CORE. It includes customized Authenticator for Jupyter Hub and IN-CORE, links to documentations, etc.

License

Notifications You must be signed in to change notification settings

IN-CORE/incore-lab

Repository files navigation

Prerequisite

  • Use JupyterLab version >= v1.0.0

Build and Install the custom extension

cd incore_utilities
npm install
npm run clean
npm run build
jupyter labextension install . --no-build
jupyter labextension link .

launch Jupyterlab

jupyter lab

For development purpose, run these commands to launch jupyterlab in watch mode so that it will reflect every change made in one terminal run command:

jupyter lab --watch

and in a second terminal run command

npm run build

About

IN-CORE Lab is a customized Jupyter Lab for IN-CORE. It includes customized Authenticator for Jupyter Hub and IN-CORE, links to documentations, etc.

Resources

License

Stars

Watchers

Forks

Packages