JSPM

@eddienko/jupyterlab-colabinspired-theme-light

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

A jupyterLab theme extension inspired in Colab

Package Exports

  • @eddienko/jupyterlab-colabinspired-theme-light

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

Readme

@eddienko/jupyterlab-colabinspired-theme-light

Binder

A JupyterLab theme extension inspired in Colab. The theme adds a drop shadow to the active cell.

Cell Screenshot

Prerequisites

  • JupyterLab

Installation

jupyter labextension install @eddienko/jupyterlab-colabinspired-theme-light

In order to display the cell buttons on each cell you need to install as well @eddienko/jupyterlab-colabinspired-codecellbtn

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