Skip to content

Commit 3d8280b

Browse files
authored
docs(jupyterlite): disable insecure extensions (ibis-project#10052)
1 parent c5e32c0 commit 3d8280b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

jupyter-lite.json

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"jupyter-lite-schema-version": 0,
3+
"jupyter-config-data": {
4+
"appName": "Ibis JupyterLite Console",
5+
"disabledExtensions": [
6+
"@jupyterlab/markdownviewer-extension:plugin",
7+
"@jupyterlab/mathjax-extension:plugin",
8+
"@jupyterlab/mathjax2-extension:plugin"
9+
]
10+
}
11+
}

0 commit comments

Comments
 (0)