1.1.4 • Published 3 years ago

jupyterlab_onedark v1.1.4

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

JupyterLab OneDark

DEPRECEATED

Development of this JupyterLab theme is depreceated. Please see the One Dark Pro theme for JupyterLab instead, which is an updated version.

Prerequisites

  • JupyterLab

Installation

jupyter labextension install jupyterlab_onedark

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