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:
212
212
init-shell : >-
213
213
${{ matrix.micromamba_shell_init }}
214
214
environment-name : xeus-cpp-wasm-build
215
-
215
+
216
216
- name : Setup default Build Type on *nux
217
217
if : ${{ runner.os != 'windows' }}
218
218
run : |
Original file line number Diff line number Diff line change @@ -98,13 +98,18 @@ emcmake cmake \
98
98
EMCC_CFLAGS=' -sERROR_ON_UNDEFINED_SYMBOLS=0' emmake make install
99
99
```
100
100
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
102
102
``` bash
103
103
micromamba create -n xeus-lite-host jupyterlite-core
104
104
micromamba activate xeus-lite-host
105
105
python -m pip install jupyterlite-xeus
106
106
jupyter lite build --XeusAddon.prefix=$PREFIX
107
107
```
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
+
108
113
109
114
## Trying it online
110
115
You can’t perform that action at this time.
0 commit comments