Skip to content

Commit

Permalink
Update jupyterlite-xeus and use new automatic mount feature (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou authored Jan 29, 2024
1 parent 0af62ae commit e5ea184
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Build the JupyterLite site
shell: bash -l {0}
run: voici build --contents content --output-dir dist --XeusAddon.mounts content:/content
run: voici build --contents content --output-dir dist

- name: Upload artifact
uses: actions/upload-pages-artifact@v1
Expand Down
2 changes: 1 addition & 1 deletion build-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ dependencies:
- python
- pip
- pip:
- jupyterlite-xeus>=0.1.2,<0.2
- jupyterlite-xeus>=0.1.5,<0.2
- voici>=0.5,<0.6
2 changes: 1 addition & 1 deletion content/demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
},
"outputs": [],
"source": [
"app = App.from_csv(\"/content/indicators.csv\")\n",
"app = App.from_csv(\"indicators.csv\")\n",
"\n",
"app.container"
]
Expand Down

0 comments on commit e5ea184

Please sign in to comment.