Skip to content

Commit 94ac977

Browse files
authored
Add instructions to readme.md so users can use jupyter lite contents flag
1 parent ddeb5ca commit 94ac977

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ To build Jupyter Lite with this kernel without creating a website you can execut
101101
```bash
102102
micromamba create -n xeus-lite-host jupyterlite-core
103103
micromamba activate xeus-lite-host
104-
python -m pip install jupyterlite-xeus
105-
jupyter lite build --XeusAddon.prefix=$PREFIX
104+
python -m pip install jupyterlite-xeus jupyter_server
105+
jupyter lite build --XeusAddon.prefix=${{ env.PREFIX }} --contents ../notebooks/xeus-cpp-lite-demo.ipynb --output-dir dist
106106
```
107107

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

0 commit comments

Comments
 (0)