JSPM

jupyterlab-theme-toggle

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

JupyterLab extension to toggle the theme in the Top Bar area

Package Exports

  • jupyterlab-theme-toggle

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

Readme

jupyterlab-theme-toggle

Github Actions Status Binder npm

JupyterLab extension to toggle the theme in the Top Bar area.

screencast

This extension was originally developed as part of the jupyterlab-topbar project, and extracted into its own repository later on.

Prerequisites

  • JupyterLab 1.0+

Installation

This extension requires the jupyterlab-topbar-extension extension for JupyterLab to display the visual switch:

jupyter labextension install jupyterlab-topbar-extension jupyterlab-theme-toggle

To only install the keyboard shortcut (Cmd/Ctrl+y by default):

jupyter labextension install jupyterlab-theme-toggle

Development

# create a new conda environment
conda create -n jupyterlab-theme-toggle jupyterlab nodejs
conda activate jupyterlab-theme-toggle

# required to place indicators in the top area
jupyter labextension install jupyterlab-topbar-extension

# install dependencies
jlpm

# local install of the extension
jupyter labextension install .

To rebuild the package and the JupyterLab app:

jlpm run build
jupyter lab build