3.0.1 • Published 3 years ago

@shahinrostami/theme-purple-please v3.0.1

Weekly downloads
71
License
BSD-3-Clause
Repository
github
Last release
3 years ago

@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

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.