Skip to content

Commit a86c7b1

Browse files
committed
add [contents] to install to include jupyter_server
1 parent 57997ea commit a86c7b1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/jupyterlite.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
with:
1919
python-version: '3.11'
2020
# NEW: install a kernel package so the Launcher shows "Python (Pyodide)"
21-
- name: Install JupyterLite + Pyodide kernel
21+
- name: Install JupyterLite + Pyodide kernel (+ contents indexer)
2222
run: |
2323
python -m pip install --upgrade pip
24-
pip install jupyterlite-core jupyterlite-pyodide-kernel
24+
pip install jupyterlite-core[contents] jupyterlite-pyodide-kernel
2525
- name: Build site
2626
run: jupyter lite build --contents ./content --output-dir ./_output
2727
- name: Upload Pages artifact

0 commit comments

Comments
 (0)