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 e8d5dea commit 17dbf43Copy full SHA for 17dbf43
.github/workflows/deploy-pages.yml
@@ -183,7 +183,7 @@ jobs:
183
cd ./xeus-cpp/
184
micromamba create -n xeus-lite-host jupyterlite-core -c conda-forge
185
micromamba activate xeus-lite-host
186
- python -m pip install jupyterlite-xeus jupyter_server
+ python -m pip install jupyterlite-xeus jupyter_server notebook
187
jupyter lite build --XeusAddon.prefix=${{ env.PREFIX }} --contents notebooks/xeus-cpp-lite-demo.ipynb --output-dir dist
188
cp ${{ env.PREFIX }}/bin/xcpp.data dist/extensions/@jupyterlite/xeus/static
189
cp ${{ env.PREFIX }}/lib/libclangCppInterOp.so dist/extensions/@jupyterlite/xeus/static
0 commit comments