From 1c1fbc1da651bb6fcc07710550a41ced91435b5e Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Wed, 4 Jan 2023 15:46:08 +0100 Subject: [PATCH 1/2] Update to `jupyterlite==0.1.0b17` --- docs/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/environment.yml b/docs/environment.yml index c33ac0045..2e9827a57 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -19,4 +19,4 @@ dependencies: - pip: - .. - jupyterlite-sphinx - - jupyterlite>=0.1.0b9 + - jupyterlite==0.1.0b17 From 08cc35e47f9ec11a4984875c2c1f9413ea6197dc Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Wed, 4 Jan 2023 15:47:06 +0100 Subject: [PATCH 2/2] Update `piplite_urls` configuration --- docs/jupyterlite_config.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/jupyterlite_config.json b/docs/jupyterlite_config.json index 6d6fb7eef..436b20f41 100644 --- a/docs/jupyterlite_config.json +++ b/docs/jupyterlite_config.json @@ -4,7 +4,9 @@ "https://files.pythonhosted.org/packages/py3/j/jupyterlab-widgets/jupyterlab_widgets-1.1.1-py3-none-any.whl", "https://files.pythonhosted.org/packages/py2.py3/i/ipyleaflet/ipyleaflet-0.17.0-py2.py3-none-any.whl" ], - "ignore_sys_prefix": true, + "ignore_sys_prefix": true + }, + "PipliteAddon": { "piplite_urls": [ "https://files.pythonhosted.org/packages/py2.py3/i/ipyleaflet/ipyleaflet-0.17.0-py2.py3-none-any.whl", "https://files.pythonhosted.org/packages/py2.py3/i/ipython-genutils/ipython_genutils-0.2.0-py2.py3-none-any.whl",