Skip to content

Commit a55b456

Browse files
authored
Merge pull request #79 from jtpio/update-jupyterlite
Update the `piplite_urls` configuration
2 parents f8c7f0e + 82ce02d commit a55b456

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/configuration.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ The ``jupyterlite_config.json`` containing the following:
4848
"federated_extensions": [
4949
"https://conda.anaconda.org/conda-forge/noarch/bqplot-0.12.33-pyhd8ed1ab_0.tar.bz2",
5050
],
51-
"ignore_sys_prefix": true,
51+
"ignore_sys_prefix": true
52+
}
53+
"PipliteAddon": {
5254
"piplite_urls": [
5355
"https://files.pythonhosted.org/packages/py2.py3/b/bqplot/bqplot-0.12.33-py2.py3-none-any.whl",
5456
]

docs/jupyter_lite_config.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818
"https://conda.anaconda.org/conda-forge/noarch/theme-darcula-3.1.1-pyh3684270_0.tar.bz2",
1919
"https://github.com/jupyterlite/p5-kernel/releases/download/v0.1.0a12/jupyterlite_p5_kernel-0.1.0a12-py3-none-any.whl"
2020
],
21-
"ignore_sys_prefix": true,
21+
"ignore_sys_prefix": true
22+
},
23+
"PipliteAddon": {
2224
"piplite_urls": [
2325
"https://files.pythonhosted.org/packages/py2.py3/a/asttokens/asttokens-2.0.5-py2.py3-none-any.whl",
2426
"https://files.pythonhosted.org/packages/py2.py3/b/backcall/backcall-0.2.0-py2.py3-none-any.whl",

0 commit comments

Comments
 (0)