Skip to content

Commit 3026baa

Browse files
authored
Add the terminal (#63)
* Add the terminal * micromamba * nodejs? * enable * cockle config * add comment * Relax `micromamba`
1 parent 4da7a2c commit 3026baa

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

build-environment.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,14 @@ dependencies:
2121
- jupyterlite-core =0.6.0
2222
- jupyterlite-pyodide-kernel =0.6.0
2323
- jupyterlite-sphinx >=0.20.2,<0.21
24+
- jupyterlite-terminal >=0.2.1,<0.3.0
2425
- jupyterlite-xeus>=4.0.0
2526
- notebook >=7.4.3,<7.5
2627
- pip
2728
- plotly >=6,<7
29+
# micromamba and nodejs are needed for jupyterlite-terminal
30+
- micromamba >=2.0.5,<3
31+
- nodejs =22
2832
- pip:
2933
- jupyterlite-xeus-sqlite==0.2.1
3034
- jupyterlab-open-url-parameter >=0.3.0

cockle-config-in.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"packages": {
3+
"lua": {},
4+
"nano": {},
5+
"tree": {},
6+
"vim": {}
7+
},
8+
"aliases": {
9+
"vi": "vim"
10+
}
11+
}

jupyter-lite.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"@jupyterlab/server-proxy",
77
"jupyterlab-server-proxy",
88
"nbdime-jupyterlab"
9-
]
9+
],
10+
"terminalsAvailable": true
1011
}
1112
}

0 commit comments

Comments
 (0)