Skip to content

Commit

Permalink
fix: Add jupyterlite-pyodide-kernel dependency (#91)
Browse files Browse the repository at this point in the history
* Add jupyterlite-pyodide-kernel to install for pyodide build.
   - jupyterlite-pyodide-kernel had been removed from dependencies of jupyterlite.
* Add jupyterlite pixi environment.
   - Add jupyterlite environment with dependencies and tasks that allow for building
     and serving of the jupyterlite pages locally.
  • Loading branch information
matthewfeickert authored Jan 7, 2025
1 parent 40c6386 commit ed505af
Show file tree
Hide file tree
Showing 3 changed files with 748 additions and 12 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-jupyter-book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
run: |
uv pip install --system --upgrade \
"jupyterlite[lab]" \
"jupyterlite-pyodide-kernel>=0.4.7" \
"jupytext>=1.14.0"
- name: List installed Python packages
Expand All @@ -79,7 +80,7 @@ jobs:
- name: Convert .py to notebook
run: |
jupytext --to notebook lite/jupyterlite.py
cp lite/*.ipynb book/
cp lite/*.ipynb book/
- name: Build the Pyodide output
run: |
Expand Down
Loading

0 comments on commit ed505af

Please # to comment.