Skip to content

Commit 5c81c0a

Browse files
kolibril13claude
andcommitted
Add jupyterlite-pyodide-kernel to fix missing Python kernel in demo
Bumping jupyterlite from the old 0.1.0rc0 pin to >=0.8.1 dropped the Python kernel: in 0.1.0rc0 the jupyterlite meta-package hard-depended on jupyterlite-pyodide-kernel, but that's been split into an optional package since, so the demo build had no kernel to start ("Start Kernel" greyed out, only "No Kernel" selectable). Verified locally: jupyter lite build now bundles @jupyterlite/pyodide-kernel-extension and sets defaultKernelName=python. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
1 parent e12de6b commit 5c81c0a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.jupyterlite/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ scikit-image>=0.26.0
55

66
#------ JupyerLite install -------
77
jupyterlite>=0.8.1
8+
jupyterlite-pyodide-kernel>=0.8.2
89

910
#------ JupyerLab install -------
1011
ipywidgets>=8.1.8

0 commit comments

Comments
 (0)