You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
935 B
18 lines
935 B
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';
|