jupyterlab_onedarkpro

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

Usage no npm install needed!

<script type="module">
  import jupyterlabOnedarkpro from 'https://cdn.skypack.dev/jupyterlab_onedarkpro';
</script>

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