Package Exports
- @adamcsanders/theme-dark
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@adamcsanders/theme-dark) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@telamonian/theme-darcula
Darcula theme for Jupyterlab. Modelled after the classic Intellij theme.
Prerequisites
- JupyterLab
Installation
Command line install
jupyter labextension install @telamonian/theme-darcula
GUI install
Alternatively, you can install the darcula theme using JupyterLab's new Extension Manager GUI, if you have it enabled. Just open the Extension Manager, enter @telamonian/theme-darcula
in the search bar, and then follow the prompts to install.
You can find instructions for enabling the Extension Manager here. The Manager was only recently added, so you'll need to have a new enough version of JupyterLab (one that was released sometime after 07.2018).
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