jupyterlab_onedarkpro
v0.1.2
Published
A full IDE build of VSCode's One Dark Pro theme for JupyterLab
Downloads
83
Maintainers
Readme
A full IDE build of VSCode's One Dark Pro theme for JupyterLab
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