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 a8a205b commit 4985d23Copy full SHA for 4985d23
.github/workflows/render.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Install Jupyter dependencies
28
run: |
29
python -m pip install --upgrade pip
30
- pip install jupyter nbformat nbclient
+ pip install jupyter nbformat nbclient jupyter-cache
31
# (Optional) install python & deps if you execute notebooks
32
# - uses: actions/setup-python@v5
33
# with: { python-version: '3.11' }
0 commit comments