A JupyterLab theme extension which provides the Purple Please theme.
Note: I put this together for myself for dealing with Python, it's essentially a modification of the default template. You may see some colours from the old template appear in cases I haven't encountered yet. Please raise an issue and I'll take a look.
Please consider sponsoring this work with Github Sponsor https://github.com/sponsors/shahinrostami.
- JupyterLab (v1, v2, or v3)
jupyter labextension install @shahinrostami/theme-purple-please
For a development install (requires npm version 4 or later), do the following in the repository directory:
npm install
jupyter labextension link .
To rebuild the package and the JupyterLab app:
npm run build
jupyter lab build
Inspired by the shades-of-purple theme for VSCode.