We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57997ea commit a86c7b1Copy full SHA for a86c7b1
1 file changed
.github/workflows/jupyterlite.yml
@@ -18,10 +18,10 @@ jobs:
18
with:
19
python-version: '3.11'
20
# NEW: install a kernel package so the Launcher shows "Python (Pyodide)"
21
- - name: Install JupyterLite + Pyodide kernel
+ - name: Install JupyterLite + Pyodide kernel (+ contents indexer)
22
run: |
23
python -m pip install --upgrade pip
24
- pip install jupyterlite-core jupyterlite-pyodide-kernel
+ pip install jupyterlite-core[contents] jupyterlite-pyodide-kernel
25
- name: Build site
26
run: jupyter lite build --contents ./content --output-dir ./_output
27
- name: Upload Pages artifact
0 commit comments