Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

jupyterlab_onedarkpro

johnnybarrels54BSD-3-Clause0.1.2TypeScript support: included

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

jupyter, jupyterlab, jupyterlab-extension, jupyterlab-theme

readme

One Dark Pro for JupyterLab

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