Merge pull request #337 from jtpio/fix-export

Add `@jupyterlab/notebook-extension:export` plugin
Jeremy Tuloup 4 years ago committed by GitHub
commit 22d04892c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -120,6 +120,7 @@ async function main() {
require('@jupyterlab/notebook-extension').default.filter(({ id }) =>
[
'@jupyterlab/notebook-extension:code-console',
'@jupyterlab/notebook-extension:export',
'@jupyterlab/notebook-extension:factory',
'@jupyterlab/notebook-extension:tracker',
'@jupyterlab/notebook-extension:widget-factory'

Loading…
Cancel
Save