File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ jobs:
212212 init-shell : >-
213213 ${{ matrix.micromamba_shell_init }}
214214 environment-name : xeus-cpp-wasm-build
215-
215+
216216 - name : Setup default Build Type on *nux
217217 if : ${{ runner.os != 'windows' }}
218218 run : |
Original file line number Diff line number Diff line change @@ -98,13 +98,18 @@ emcmake cmake \
9898EMCC_CFLAGS=' -sERROR_ON_UNDEFINED_SYMBOLS=0' emmake make install
9999```
100100
101- To test building Jupyter Lite with this kernel without creating a website you can execute the following
101+ To build Jupyter Lite with this kernel without creating a website you can execute the following
102102``` bash
103103micromamba create -n xeus-lite-host jupyterlite-core
104104micromamba activate xeus-lite-host
105105python -m pip install jupyterlite-xeus
106106jupyter lite build --XeusAddon.prefix=$PREFIX
107107```
108+ Once the Jupyter Lite site has built you can test the website locally by executing
109+ ``` bash
110+ jupyter lite serve --XeusAddon.prefix=$PREFIX
111+ ```
112+
108113
109114## Trying it online
110115
You can’t perform that action at this time.
0 commit comments