Skip to content

Commit 953c9bb

Browse files
authored
Add jupyter notebook view as alternative to jupyter lab in deployment
1 parent e6f4012 commit 953c9bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-github-page.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
run: |
7777
micromamba create -n xeus-lite-host jupyterlite-core
7878
micromamba activate xeus-lite-host
79-
python -m pip install jupyterlite-xeus jupyter_server
79+
python -m pip install jupyterlite-xeus jupyter_server notebook
8080
jupyter lite build --XeusAddon.prefix=${{ env.PREFIX }} --contents notebooks --output-dir dist
8181
cp $PREFIX/bin/xcpp.data dist/extensions/@jupyterlite/xeus/static
8282
cp $PREFIX/lib/libclangCppInterOp.so dist/extensions/@jupyterlite/xeus/static

0 commit comments

Comments
 (0)