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 396d7a1 commit a94bce9Copy full SHA for a94bce9
Emscripten-build-instructions.md
@@ -149,8 +149,8 @@ To build Jupyter Lite website with this kernel locally that you can use for test
149
cd ../..
150
micromamba create -n xeus-lite-host jupyterlite-core -c conda-forge
151
micromamba activate xeus-lite-host
152
-python -m pip install jupyterlite-xeus
153
-jupyter lite build --XeusAddon.prefix=$PREFIX
+python -m pip install jupyterlite-xeus jupyter_server
+jupyter lite build --XeusAddon.prefix=$PREFIX --contents xeus-cpp/notebooks/xeus-cpp-lite-demo.ipynb
154
```
155
156
We now need to shift necessary files like `xcpp.data` which contains the binary representation of the file(s)
0 commit comments