mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-09 03:50:45 +08:00
Add TODO for formal plugin definition
This commit is contained in:
parent
3185922bb3
commit
066d9cb65f
@ -65,6 +65,8 @@ async function createModule(scope, module) {
|
||||
async function main() {
|
||||
const App = require('@jupyterlab-classic/application').App;
|
||||
const app = new App();
|
||||
|
||||
// TODO: formalize the way the set of initial extensions and plugins are specified
|
||||
const mods = [
|
||||
require('@jupyterlab-classic/application-extension'),
|
||||
require('@jupyterlab/apputils-extension').default.filter(({ id }) =>
|
||||
|
Loading…
Reference in New Issue
Block a user