Skip to content

Commit 9b204be

Browse files
authored
Disable jupyterlab's terminal-manager extension (#57)
1 parent a496e79 commit 9b204be

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ After installing `jupyterlite-core` and `jupyterlite-terminal`, create a `jupyte
3535
{
3636
"jupyter-lite-schema-version": 0,
3737
"jupyter-config-data": {
38+
"disabledExtensions": ["@jupyterlab/services-extension:terminal-manager"],
3839
"terminalsAvailable": true
3940
}
4041
}

deploy/jupyter-lite.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"jupyter-lite-schema-version": 0,
33
"jupyter-config-data": {
4+
"disabledExtensions": ["@jupyterlab/services-extension:terminal-manager"],
45
"terminalsAvailable": true
56
}
67
}

ui-tests/jupyter-lite.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"jupyter-lite-schema-version": 0,
33
"jupyter-config-data": {
44
"appName": "JupyterLite terminal UI Tests",
5+
"disabledExtensions": ["@jupyterlab/services-extension:terminal-manager"],
56
"exposeAppInBrowser": true,
67
"terminalsAvailable": true
78
}

0 commit comments

Comments
 (0)