Skip to content

Commit f403aa1

Browse files
authored
docs(browser-repl): fix jupyterlite build (#9762)
1 parent bd290d2 commit f403aa1

File tree

4 files changed

+17
-15
lines changed

4 files changed

+17
-15
lines changed

justfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,8 @@ build-jupyterlite: build-ibis-for-pyodide
246246
--debug \
247247
--no-libarchive \
248248
--config docs/jupyter_lite_config.json \
249+
--apps repl \
250+
--no-unused-shared-packages \
249251
--output-dir docs/_output/jupyterlite
250252
# jupyter lite build can copy from the nix store, and preserves the
251253
# original write bit; without this the next run of this rule will result in

poetry.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ lonboard = { version = "0.9.3", python = ">=3.10,<3.13" }
139139
jupyter-cache = { version = ">=1.0.0,<2", python = ">=3.10,<3.13" }
140140
jupyterlab = { version = ">=4.1.6,<5", python = ">=3.10,<3.13" }
141141
jupyterlab-night = { version = ">=0.4.6,<1", python = ">=3.10,<3.13" }
142-
jupyterlite-core = { version = ">=0.3.0,<1", python = ">=3.10,<3.13" }
143-
jupyterlite-pyodide-kernel = { version = ">=0.3.1,<1", python = ">=3.10,<3.13" }
142+
jupyterlite-core = { version = ">=0.3,<0.4", python = ">=3.10,<3.13" }
143+
jupyterlite-pyodide-kernel = { version = ">=0.3,<0.4", python = ">=3.10,<3.13" }
144144

145145
[tool.poetry.extras]
146146
bigquery = [

requirements-dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ jupyterlab-pygments==0.3.0 ; python_version >= "3.10" and python_version < "3.13
121121
jupyterlab-server==2.27.3 ; python_version >= "3.10" and python_version < "3.13"
122122
jupyterlab-widgets==3.0.11 ; python_version >= "3.10" and python_version < "3.13"
123123
jupyterlab==4.2.4 ; python_version >= "3.10" and python_version < "3.13"
124-
jupyterlite-core==0.4.0 ; python_version >= "3.10" and python_version < "3.13"
125-
jupyterlite-pyodide-kernel==0.4.0 ; python_version >= "3.10" and python_version < "3.13"
124+
jupyterlite-core==0.3.0 ; python_version >= "3.10" and python_version < "3.13"
125+
jupyterlite-pyodide-kernel==0.3.2 ; python_version >= "3.10" and python_version < "3.13"
126126
keyring==24.3.1 ; python_version >= "3.10" and python_version < "4.0"
127127
kiwisolver==1.4.5 ; python_version >= "3.10" and python_version < "3.13"
128128
locket==1.0.0 ; python_version >= "3.10" and python_version < "4.0"

0 commit comments

Comments
 (0)