JSPM

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

OpenBayes JupyterLab Theme with auto color scheme support powered by Kladenets

Package Exports

  • jupyterlab-openbayes-theme

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

Readme

jupyterlab-openbayes-theme

OpenBayes Theme, a fork from official JupyterLab light theme with auto color scheme support powered by Kladenets variables.

Features

Screenshots

jupyterlab-openbayes-theme-dark

jupyterlab-openbayes-theme-light

Prerequisites

  • JupyterLab 3.1.0+

Installation

jupyter labextension install jupyterlab-openbayes-theme

Development

For a development install (requires npm version 4 or later), do the following in the repository directory:

yarn install
yarn build
jupyter labextension link .

To rebuild the package and the JupyterLab app:

yarn build
jupyter lab build

Sync styles from upstream

  • Download the source zipball from jupyterlab/jupyterlab
  • Compare packages/theme-light-extension and packages/theme-dark-extension side by side
  • Copy and paste updated files and override the old ones in this repo