From f99d1bc186b87f8e6bd0007315042eeefccec71c Mon Sep 17 00:00:00 2001 From: martinRenou Date: Mon, 29 Jan 2024 14:33:06 +0100 Subject: [PATCH] Update jupyterlite-xeus and use new automatic mount feature --- .github/workflows/deploy.yml | 2 +- build-environment.yml | 2 +- content/demo.ipynb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9155c9e..943d429 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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 diff --git a/build-environment.yml b/build-environment.yml index f59858c..29a6eff 100644 --- a/build-environment.yml +++ b/build-environment.yml @@ -5,5 +5,5 @@ dependencies: - python - pip - pip: - - jupyterlite-xeus>=0.1.2,<0.2 + - jupyterlite-xeus>=0.1.4,<0.2 - voici>=0.5,<0.6 diff --git a/content/demo.ipynb b/content/demo.ipynb index ee19781..f6203dd 100644 --- a/content/demo.ipynb +++ b/content/demo.ipynb @@ -189,7 +189,7 @@ }, "outputs": [], "source": [ - "app = App.from_csv(\"/content/indicators.csv\")\n", + "app = App.from_csv(\"/files/indicators.csv\")\n", "\n", "app.container" ]