Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e9598d5

Browse files
authoredJun 13, 2025··
Revert PR 57 (#58)
1 parent 9b204be commit e9598d5

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed
 

‎README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ 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"],
3938
"terminalsAvailable": true
4039
}
4140
}

‎deploy/jupyter-lite.json

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

‎ui-tests/jupyter-lite.json

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

0 commit comments

Comments
 (0)
Please sign in to comment.