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 ddeb5ca commit 94ac977Copy full SHA for 94ac977
README.md
@@ -101,8 +101,8 @@ To build Jupyter Lite with this kernel without creating a website you can execut
101
```bash
102
micromamba create -n xeus-lite-host jupyterlite-core
103
micromamba activate xeus-lite-host
104
-python -m pip install jupyterlite-xeus
105
-jupyter lite build --XeusAddon.prefix=$PREFIX
+python -m pip install jupyterlite-xeus jupyter_server
+jupyter lite build --XeusAddon.prefix=${{ env.PREFIX }} --contents ../notebooks/xeus-cpp-lite-demo.ipynb --output-dir dist
106
```
107
108
We now need to shift necessary files like `xcpp.data` which contains the binary representation of the file(s)
0 commit comments