From 17dbf43a10ccde57399767c55e46c0b56ea1193a Mon Sep 17 00:00:00 2001 From: mcbarton <150042563+mcbarton@users.noreply.github.com> Date: Fri, 10 Jan 2025 13:16:43 +0000 Subject: [PATCH] Add jupyter notebook view as alternative to jupyter lab in deployment (#427) --- .github/workflows/deploy-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index f40be6b1..20e029fb 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -183,7 +183,7 @@ jobs: cd ./xeus-cpp/ micromamba create -n xeus-lite-host jupyterlite-core -c conda-forge micromamba activate xeus-lite-host - python -m pip install jupyterlite-xeus jupyter_server + python -m pip install jupyterlite-xeus jupyter_server notebook jupyter lite build --XeusAddon.prefix=${{ env.PREFIX }} --contents notebooks/xeus-cpp-lite-demo.ipynb --output-dir dist cp ${{ env.PREFIX }}/bin/xcpp.data dist/extensions/@jupyterlite/xeus/static cp ${{ env.PREFIX }}/lib/libclangCppInterOp.so dist/extensions/@jupyterlite/xeus/static