A theme extension for JupyterLab with the g2nb logo and colors
- JupyterLab >= 3.0.0
jupyter labextension install @g2nb/jupyterlab-themeFor 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