Skip to content

Commit c805027

Browse files
authored
Add jupyter notebook view as alternative to jupyter lab in deployment (#206)
1 parent 412c51c commit c805027

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
@@ -73,7 +73,7 @@ jobs:
7373
run: |
7474
micromamba create -n xeus-lite-host jupyterlite-core
7575
micromamba activate xeus-lite-host
76-
python -m pip install jupyterlite-xeus jupyter_server
76+
python -m pip install jupyterlite-xeus jupyter_server notebook
7777
jupyter lite build --XeusAddon.prefix=${{ env.PREFIX }} --contents notebooks/xeus-cpp-lite-demo.ipynb --output-dir dist
7878
cp $PREFIX/bin/xcpp.data dist/extensions/@jupyterlite/xeus/static
7979
cp $PREFIX/lib/libclangCppInterOp.so dist/extensions/@jupyterlite/xeus/static

0 commit comments

Comments
 (0)