Skip to content

Commit 18658b5

Browse files
authored
Merge pull request #591 from jtpio/update-jupyterlite
Update to JupyterLite 0.1.0b17 and the `piplite_urls` config
2 parents 836cbc5 + f60d386 commit 18658b5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/jupyterlite/jupyterlite_config.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
"federated_extensions": [
44
"https://files.pythonhosted.org/packages/15/ef/d7553d9968f317d02ee3e7819be5c9fc6cfa48e9fb3cf0cf92043c6a4205/imjoy_jupyterlab_extension-0.1.13-py3-none-any.whl"
55
],
6-
"ignore_sys_prefix": true,
6+
"ignore_sys_prefix": true
7+
},
8+
"PipliteAddon": {
79
"piplite_urls": [
810
"https://files.pythonhosted.org/packages/14/f7/ea85b5e4f59db353340543d450cd3d1c5befcde8bee0cc41a9de78fed82f/itkwasm-1.0b1-py3-none-any.whl",
911
"https://files.pythonhosted.org/packages/6c/55/c3fc7e2b9671d15f0c0becdcb9fad6c330172988744ad6eaa17b71bace88/imjoy_rpc-0.5.16-py3-none-any.whl",

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pydata-sphinx-theme
22
myst-parser
3-
jupyterlite[all]
3+
jupyterlite[all]==0.1.0b17

0 commit comments

Comments
 (0)