We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a74e4f9 commit b3aa4c0Copy full SHA for b3aa4c0
app/index.js
@@ -115,7 +115,8 @@ async function main() {
115
[
116
'@jupyterlab/docmanager-extension:plugin',
117
'@jupyterlab/docmanager-extension:download',
118
- '@jupyterlab/docmanager-extension:contexts'
+ '@jupyterlab/docmanager-extension:contexts',
119
+ '@jupyterlab/docmanager-extension:manager'
120
].includes(id)
121
),
122
require('@jupyterlab/docprovider-extension'),
0 commit comments