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 1c7ff67 commit 819c980Copy full SHA for 819c980
.github/workflows/deploy-pages.yml
@@ -183,8 +183,8 @@ 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
187
- jupyter lite build --XeusAddon.prefix=${{ env.PREFIX }} --output-dir dist
+ python -m pip install jupyterlite-xeus jupyter_server
+ jupyter lite build --XeusAddon.prefix=${{ env.PREFIX }} --contents notebooks --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
190
0 commit comments