We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b162ef5 commit 44c8f16Copy full SHA for 44c8f16
noxfile.py
@@ -16,10 +16,10 @@
16
@nox.session(reuse_venv=True)
17
def pyodide(session: nox.Session) -> None:
18
session.install(
19
- "jupyterlite-core==0.4.1",
20
- "jupyterlab~=4.2.5",
21
- "notebook~=7.2.2",
22
- "jupyterlite-pyodide-kernel==0.4.2",
+ "jupyterlite-core~=0.6.2",
+ "jupyterlab~=4.4.3",
+ "notebook~=7.4.3",
+ "jupyterlite-pyodide-kernel~=0.6.1",
23
)
24
session.run("jupyter", "lite", "init")
25
session.run("jupyter", "lite", "build", "--contents=content")
0 commit comments