Skip to content

Commit 20256d3

Browse files
committed
Fix Jupyter Lite serve instruction
1 parent 10e0d5d commit 20256d3

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Emscripten-build-instructions.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,5 +352,7 @@ jupyter lite build --XeusAddon.prefix=$PREFIX \
352352
Once the Jupyter Lite site has built you can test the website locally by executing
353353

354354
```bash
355-
jupyter lite serve --XeusAddon.prefix=$PREFIX
355+
jupyter lite serve --XeusAddon.prefix=$PREFIX \
356+
--XeusAddon.mounts="$PREFIX/share/xeus-cpp/tagfiles:/share/xeus-cpp/tagfiles" \
357+
--XeusAddon.mounts="$PREFIX/etc/xeus-cpp/tags.d:/etc/xeus-cpp/tags.d"
356358
```

docs/Emscripten-build-instructions.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,4 +376,6 @@ executing
376376

377377
.. code:: bash
378378
379-
jupyter lite serve --XeusAddon.prefix=$PREFIX
379+
jupyter lite serve --XeusAddon.prefix=$PREFIX \
380+
--XeusAddon.mounts="$PREFIX/share/xeus-cpp/tagfiles:/share/xeus-cpp/tagfiles" \
381+
--XeusAddon.mounts="$PREFIX/etc/xeus-cpp/tags.d:/etc/xeus-cpp/tags.d"

0 commit comments

Comments
 (0)