We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0747fb9 commit e5288f7Copy full SHA for e5288f7
.github/workflows/deploy-github-page.yml
@@ -73,7 +73,7 @@ jobs:
73
run: |
74
micromamba create -n xeus-lite-host jupyterlite-core
75
micromamba activate xeus-lite-host
76
- python -m pip install jupyterlite-xeus jupyter_server notebook
+ python -m pip install jupyterlite-xeus jupyterlite-core jupyterlab notebook
77
jupyter lite build --XeusAddon.prefix=${{ env.PREFIX }} --contents notebooks/xeus-cpp-lite-demo.ipynb --output-dir dist
78
cp $PREFIX/bin/xcpp.data dist/extensions/@jupyterlite/xeus/static
79
cp $PREFIX/lib/libclangCppInterOp.so dist/extensions/@jupyterlite/xeus/static
0 commit comments