0.3.1 • Published 3 years ago
@g2nb/jupyterlab-theme v0.3.1
jupyterlab-theme
A theme extension for JupyterLab with the g2nb logo and colors
Prerequisites
- JupyterLab >= 3.0.0
Installation
jupyter labextension install @g2nb/jupyterlab-themeDevelopment
For a development install (requires npm version 4 or later), do the following in the repository directory:
npm install
jupyter labextension link .
jupyter labextension install .To rebuild the package and the JupyterLab app:
npm run build
jupyter lab build