Skip to content

Commit

Permalink
Switch to using jupyterlite-xeus instead of jupyterlite-xeus-python (#17
Browse files Browse the repository at this point in the history
)

* Switch to using jupyterlite-xeus instead of jupyterlite-xeus-python

* Update

* Mount content

* Use final release
  • Loading branch information
martinRenou authored Jan 12, 2024
1 parent 808605e commit 6bfb5d4
Show file tree
Hide file tree
Showing 4 changed files with 4 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
run: voici build --contents content --output-dir dist --XeusAddon.mounts content:/content

- 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 @@ -4,6 +4,6 @@ channels:
dependencies:
- python
- pip
- jupyterlite-xeus-python==1.0.0
- pip:
- jupyterlite-xeus>=0.1,<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(\"indicators.csv\")\n",
"app = App.from_csv(\"/content/indicators.csv\")\n",
"\n",
"app.container"
]
Expand Down
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ channels:
- https://repo.mamba.pm/emscripten-forge
- https://repo.mamba.pm/conda-forge
dependencies:
- xeus-python
- pandas <2
- bqplot

0 comments on commit 6bfb5d4

Please sign in to comment.