mirror of
https://github.com/jupyter/notebook.git
synced 2024-11-21 01:11:21 +08:00
18 lines
935 B
JavaScript
18 lines
935 B
JavaScript
import '@jupyterlab-classic/application-extension/style/index.js';
|
|
import '@jupyterlab-classic/notebook-extension/style/index.js';
|
|
import '@jupyterlab-classic/tree-extension/style/index.js';
|
|
import '@jupyterlab-classic/ui-components/style/index.js';
|
|
|
|
import '@jupyterlab/codemirror-extension/style/index.js';
|
|
import '@jupyterlab/completer-extension/style/index.js';
|
|
import '@jupyterlab/docmanager-extension/style/index.js';
|
|
import '@jupyterlab/fileeditor-extension/style/index.js';
|
|
import '@jupyterlab/mainmenu-extension/style/index.js';
|
|
import '@jupyterlab/notebook-extension/style/index.js';
|
|
import '@jupyterlab/rendermime-extension/style/index.js';
|
|
import '@jupyterlab/running-extension/style/index.js';
|
|
import '@jupyterlab/theme-light-extension/style/index.js';
|
|
import '@jupyterlab/theme-dark-extension/style/index.js';
|
|
import '@jupyterlab/terminal-extension/style/index.js';
|
|
import '@jupyterlab/tooltip-extension/style/index.js';
|