Skip to content

Commit

Permalink
Update Emscripten-build-instructions.md to include instructions so us…
Browse files Browse the repository at this point in the history
…er can add own notebooks to own deployment (#435)
  • Loading branch information
mcbarton authored Jan 11, 2025
1 parent 396d7a1 commit a94bce9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Emscripten-build-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ To build Jupyter Lite website with this kernel locally that you can use for test
cd ../..
micromamba create -n xeus-lite-host jupyterlite-core -c conda-forge
micromamba activate xeus-lite-host
python -m pip install jupyterlite-xeus
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
```

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

0 comments on commit a94bce9

Please sign in to comment.