Skip to content

Commit e37d3d5

Browse files
authored
Merge pull request #60 from DenisaCG/kernels-jlite
Kernels in JupyterLite
2 parents c5cd0dc + 11b8564 commit e37d3d5

File tree

3 files changed

+24
-25
lines changed

3 files changed

+24
-25
lines changed

docs/environment.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ dependencies:
1010
- pip:
1111
- jupyterlite
1212
- jupyterlite-sphinx
13+
- jupyterlite-xeus-lua
14+

docs/jupyter-lite.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
{
2-
"jupyter-config-data": {
3-
"fileTypes": {
4-
"jpblockly": {
5-
"extensions": [
6-
".jpblockly"
7-
],
8-
"fileFormat": "json",
9-
"mimeTypes": [
10-
"application/json"
11-
],
12-
"name": "blockly"
13-
}
14-
}
15-
},
16-
"jupyter-lite-schema-version": 0
1+
{
2+
"jupyter-config-data": {
3+
"fileTypes": {
4+
"jpblockly": {
5+
"extensions": [
6+
".jpblockly"
7+
],
8+
"fileFormat": "json",
9+
"mimeTypes": [
10+
"application/json"
11+
],
12+
"name": "blockly"
13+
}
14+
}
15+
},
16+
"jupyter-lite-schema-version": 0
1717
}

docs/jupyterlite_config.json

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
{
2-
"LiteBuildConfig": {
3-
"federated_extensions": [
4-
"https://conda.anaconda.org/conda-forge/noarch/jupyterlab-blockly-0.1.0a2-pyhd8ed1ab_0.tar.bz2"
5-
],
6-
"ignore_sys_prefix": true
7-
}
8-
}
9-
1+
{
2+
"XeusLuaEnv": {
3+
"packages": ["jupyterlab-blockly"]
4+
}
5+
}
6+

0 commit comments

Comments
 (0)