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 f792724 commit 9dc2f4cCopy full SHA for 9dc2f4c
.github/workflows/deploy-github-page.yml
@@ -71,9 +71,8 @@ jobs:
71
- name: Jupyter Lite integration
72
shell: bash -l {0}
73
run: |
74
- micromamba create -n xeus-lite-host jupyterlite-core
+ micromamba create -n xeus-lite-host jupyterlite-core jupyterlite-xeus jupyterlite-core jupyterlab notebook
75
micromamba activate xeus-lite-host
76
- 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