Skip to content

Commit

Permalink
Disable more plugins in repl, fix iframe reveal
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Aug 17, 2024
1 parent a4a993f commit 0d83664
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ <h2>CDAO AI Assurance Portal</h2>
const jupyter = await getJupyterApp(iframe);
jupyter.restored.then(() => {
codeEl.style.display = 'none';
iframe.style.display = 'block';
iframe.style.opacity = '1';
spinerWrapper.style.display = 'none';
});
jupyter.shell.currentChanged.connect((shell, change) => {
Expand Down
9 changes: 8 additions & 1 deletion repl/jupyter-lite.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,14 @@
"jupyterlab-nebari-mode:logo",
"@jupyter-notebook/lab-extension:interface-switcher",
"@jupyterlite/server-extension:service-worker",
"@jupyterhub/jupyter-server-proxy"
"@jupyterhub/jupyter-server-proxy",
"@jupyterlite/terminal",
"@jupyterlab/apputils-extension:announcements",
"@jupyterlab/apputils-extension:themes-palette-menu",
"@jupyterlab/theme-dark-high-contrast-extension:plugin",
"@jupyterlite/application-extension:about",
"@jupyterlab/pdf-extension:factory",
"@jupyter-notebook/lab-extension:launch-tree"
],
"exposeAppInBrowser": true
}
Expand Down

0 comments on commit 0d83664

Please sign in to comment.