From 46abcef5fc5ca01fef37f3a437735ed4e0074932 Mon Sep 17 00:00:00 2001 From: mcbarton <150042563+mcbarton@users.noreply.github.com> Date: Sat, 11 Jan 2025 11:01:06 +0000 Subject: [PATCH] Update Emscripten-build-instructions.md to include instructions so user can add own notebooks to own deployment --- Emscripten-build-instructions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Emscripten-build-instructions.md b/Emscripten-build-instructions.md index 7115b97c..301e487c 100644 --- a/Emscripten-build-instructions.md +++ b/Emscripten-build-instructions.md @@ -149,8 +149,8 @@ To build Jupyter Lite website with this kernel locally that you can use for test cd ../.. micromamba create -n xeus-lite-host jupyterlite-core -c conda-forge micromamba activate xeus-lite-host -python -m pip install jupyterlite-xeus -jupyter lite build --XeusAddon.prefix=$PREFIX +python -m pip install jupyterlite-xeus jupyter_server +jupyter lite build --XeusAddon.prefix=$PREFIX --contents xeus-cpp/notebooks/xeus-cpp-lite-demo.ipynb ``` We now need to shift necessary files like `xcpp.data` which contains the binary representation of the file(s)