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 e6f4012 commit 953c9bbCopy full SHA for 953c9bb
.github/workflows/deploy-github-page.yml
@@ -76,7 +76,7 @@ jobs:
76
run: |
77
micromamba create -n xeus-lite-host jupyterlite-core
78
micromamba activate xeus-lite-host
79
- python -m pip install jupyterlite-xeus jupyter_server
+ python -m pip install jupyterlite-xeus jupyter_server notebook
80
jupyter lite build --XeusAddon.prefix=${{ env.PREFIX }} --contents notebooks --output-dir dist
81
cp $PREFIX/bin/xcpp.data dist/extensions/@jupyterlite/xeus/static
82
cp $PREFIX/lib/libclangCppInterOp.so dist/extensions/@jupyterlite/xeus/static
0 commit comments