@shahinrostami/theme-purple-please

A JupyterLab theme extension which provides the Purple Please theme, a beautiful theme that's easy on the eyes.

Usage no npm install needed!

<script type="module">
  import shahinrostamiThemePurplePlease from 'https://cdn.skypack.dev/@shahinrostami/theme-purple-please';
</script>

README

@shahinrostami/theme-purple-please

A JupyterLab theme extension which provides the Purple Please theme.

Screenshot of Purple Please in action

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.

Prerequisites

  • JupyterLab (v1 or v2)

Installation

jupyter labextension install @shahinrostami/theme-purple-please

Development

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.