UNPKG

jupyterlab-topbar-text

Version:

JupyterLab extension to display arbitrary text in the top bar

5 lines (4 loc) 174 B
import { JupyterFrontEndPlugin } from '@jupyterlab/application'; import '../style/index.css'; declare const extension: JupyterFrontEndPlugin<void>; export default extension;