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 412c51c commit c805027Copy full SHA for c805027
.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
+ python -m pip install jupyterlite-xeus jupyter_server 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