Skip to content

Commit ef0992a

Browse files
authored
Add Jupyter Lite serve instructions to the readme (#120)
1 parent c7a3175 commit ef0992a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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: |

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,18 @@ emcmake cmake \
9898
EMCC_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
103103
micromamba create -n xeus-lite-host jupyterlite-core
104104
micromamba activate xeus-lite-host
105105
python -m pip install jupyterlite-xeus
106106
jupyter 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

0 commit comments

Comments
 (0)