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

Update jupyterlite and empack #112

Merged
merged 4 commits into from
Feb 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/build-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ dependencies:
- pydata-sphinx-theme
- yarn
- jupyterlab
- empack >=2.0.8,<3
- empack >=2.0.9,<3
- pip:
- jupyterlite==0.1.0b17
- jupyterlite==0.1.0b18
- jupyterlite-sphinx
- ..
7 changes: 7 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,10 @@
html_theme = "pydata_sphinx_theme"

jupyterlite_dir = "."

html_theme_options = {
"logo": {
"image_light": "xeus-python.svg",
"image_dark": "xeus-python.svg",
}
}
94 changes: 94 additions & 0 deletions docs/xeus-python.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ dependencies:
- typer
- pytest
- emsdk >=3.1.11
- empack >=2.0.8,<3
- empack >=2.0.9,<3
- pip:
- jupyterlite
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
"watch:labextension": "jupyter labextension watch ."
},
"dependencies": {
"@jupyterlite/contents": "^0.1.0-beta.16",
"@jupyterlite/server": "^0.1.0-beta.16",
"@jupyterlite/contents": "^0.1.0-beta.18",
"@jupyterlite/server": "^0.1.0-beta.18",
"comlink": "^4.3.1"
},
"devDependencies": {
Expand Down Expand Up @@ -88,6 +88,10 @@
"@jupyterlite/kernel": {
"bundled": false,
"singleton": true
},
"@jupyterlite/contents": {
"bundled": false,
"singleton": true
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["jupyter_packaging~=0.10,<2", "jupyterlab~=3.1", "empack>=2.0.8,<3"]
requires = ["jupyter_packaging~=0.10,<2", "jupyterlab~=3.1", "empack>=2.0.9,<3"]
build-backend = "jupyter_packaging.build_api"

[tool.jupyter-packaging.options]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"traitlets",
"jupyterlite",
"requests",
"empack>=2.0.8,<3",
"empack>=2.0.9,<3",
"typer",
],
zip_safe=False,
Expand Down
Loading