JSPM

@ericmiguel/jupyterlab_simpledark

0.4.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q5967F
  • License BSD-3-Clause

A simple and dark theme for JupyterLab

Package Exports

  • @ericmiguel/jupyterlab_simpledark

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 (@ericmiguel/jupyterlab_simpledark) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

JupyterLab Simple Dark

A simple and dark theme for Jupyterlab.

Simple Dark JupyterLab theme

Prerequisites

  • JupyterLab

Installation

jupyter labextension install @ericmiguel/jupyterlab_simpledark

After launching JupyterLab, select Settings > JupyterLab Theme > Simple Dark

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