Skip to content

Commit 17dbf43

Browse files
authored
Add jupyter notebook view as alternative to jupyter lab in deployment (#427)
1 parent e8d5dea commit 17dbf43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ jobs:
183183
cd ./xeus-cpp/
184184
micromamba create -n xeus-lite-host jupyterlite-core -c conda-forge
185185
micromamba activate xeus-lite-host
186-
python -m pip install jupyterlite-xeus jupyter_server
186+
python -m pip install jupyterlite-xeus jupyter_server notebook
187187
jupyter lite build --XeusAddon.prefix=${{ env.PREFIX }} --contents notebooks/xeus-cpp-lite-demo.ipynb --output-dir dist
188188
cp ${{ env.PREFIX }}/bin/xcpp.data dist/extensions/@jupyterlite/xeus/static
189189
cp ${{ env.PREFIX }}/lib/libclangCppInterOp.so dist/extensions/@jupyterlite/xeus/static

0 commit comments

Comments
 (0)