Skip to content
This repository was archived by the owner on Feb 14, 2024. It is now read-only.

Commit 949da11

Browse files
authored
Merge pull request #112 from martinRenou/jupyterliteb18
Update jupyterlite and empack
2 parents 88c2879 + 2ba56e0 commit 949da11

File tree

8 files changed

+541
-1986
lines changed

8 files changed

+541
-1986
lines changed

docs/build-environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ dependencies:
1111
- pydata-sphinx-theme
1212
- yarn
1313
- jupyterlab
14-
- empack >=2.0.8,<3
14+
- empack >=2.0.9,<3
1515
- pip:
16-
- jupyterlite==0.1.0b17
16+
- jupyterlite==0.1.0b18
1717
- jupyterlite-sphinx
1818
- ..

docs/conf.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,10 @@
1616
html_theme = "pydata_sphinx_theme"
1717

1818
jupyterlite_dir = "."
19+
20+
html_theme_options = {
21+
"logo": {
22+
"image_light": "xeus-python.svg",
23+
"image_dark": "xeus-python.svg",
24+
}
25+
}

docs/xeus-python.svg

Lines changed: 94 additions & 0 deletions
Loading

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ dependencies:
1010
- typer
1111
- pytest
1212
- emsdk >=3.1.11
13-
- empack >=2.0.8,<3
13+
- empack >=2.0.9,<3
1414
- pip:
1515
- jupyterlite

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
"watch:labextension": "jupyter labextension watch ."
5252
},
5353
"dependencies": {
54-
"@jupyterlite/contents": "^0.1.0-beta.16",
55-
"@jupyterlite/server": "^0.1.0-beta.16",
54+
"@jupyterlite/contents": "^0.1.0-beta.18",
55+
"@jupyterlite/server": "^0.1.0-beta.18",
5656
"comlink": "^4.3.1"
5757
},
5858
"devDependencies": {
@@ -88,6 +88,10 @@
8888
"@jupyterlite/kernel": {
8989
"bundled": false,
9090
"singleton": true
91+
},
92+
"@jupyterlite/contents": {
93+
"bundled": false,
94+
"singleton": true
9195
}
9296
}
9397
},

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["jupyter_packaging~=0.10,<2", "jupyterlab~=3.1", "empack>=2.0.8,<3"]
2+
requires = ["jupyter_packaging~=0.10,<2", "jupyterlab~=3.1", "empack>=2.0.9,<3"]
33
build-backend = "jupyter_packaging.build_api"
44

55
[tool.jupyter-packaging.options]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"traitlets",
6262
"jupyterlite",
6363
"requests",
64-
"empack>=2.0.8,<3",
64+
"empack>=2.0.9,<3",
6565
"typer",
6666
],
6767
zip_safe=False,

0 commit comments

Comments
 (0)