UNPKG

jupyterlab_onedarkpro

Version:

A full IDE build of VSCode's One Dark Pro theme for JupyterLab

7 lines (6 loc) 185 B
import { JupyterFrontEndPlugin } from '@jupyterlab/application'; /** * A plugin for jupyterlab_onedarkpro */ declare const plugin: JupyterFrontEndPlugin<void>; export default plugin;