Skip to content

Commit a94bce9

Browse files
authored
Update Emscripten-build-instructions.md to include instructions so user can add own notebooks to own deployment (#435)
1 parent 396d7a1 commit a94bce9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Emscripten-build-instructions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ To build Jupyter Lite website with this kernel locally that you can use for test
149149
cd ../..
150150
micromamba create -n xeus-lite-host jupyterlite-core -c conda-forge
151151
micromamba activate xeus-lite-host
152-
python -m pip install jupyterlite-xeus
153-
jupyter lite build --XeusAddon.prefix=$PREFIX
152+
python -m pip install jupyterlite-xeus jupyter_server
153+
jupyter lite build --XeusAddon.prefix=$PREFIX --contents xeus-cpp/notebooks/xeus-cpp-lite-demo.ipynb
154154
```
155155

156156
We now need to shift necessary files like `xcpp.data` which contains the binary representation of the file(s)

0 commit comments

Comments
 (0)