0.1.2 • Published 3 years ago

jupyterlab_onedarkpro v0.1.2

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

A full IDE build of VSCode's One Dark Pro theme for JupyterLab

one-dark-pro-preview

Beyond a simple syntax highlighter

Features modern IDE padding, borders, hover effects and rounded corners.

Extends to:

  • Help view:
  • Tooltips:
  • Tracebacks:
  • and more

Prerequisites

  • JupyterLab 3

Installation

jupyter labextension install jupyterlab_onedarkpro

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