Colourful light theme for JupyterLab with vivid Python linting. Updated to support JupyterLab 3.x.
Note: This is a personal project and no support is guaranteed
- JupyterLab >=3.5.0
From npm:
jupyter labextension install jupyterlab-custom-theme
To build the package and the JupyterLab app from source:
jlpm install
jlpm run build
jupyter labextension install .
jupyter lab build