UNPKG

@yeebc/jupyterlab_neon_theme

Version:

A flat, 80's neon inspired theme for JupyterLab 3.x.

7 lines (6 loc) 238 B
import { JupyterFrontEndPlugin } from '@jupyterlab/application'; /** * Initialization data for the @datalayer-jupyter/jupyterlab-theme-winter extension. */ declare const extension: JupyterFrontEndPlugin<void>; export default extension;