From 7904315f168f1eda490a298a3f304891d372235f Mon Sep 17 00:00:00 2001 From: mcbarton Date: Tue, 3 Jun 2025 15:53:19 +0100 Subject: [PATCH] Update documentation to install jupyterlite-xeus via conda --- .github/workflows/main.yml | 2 +- CONTRIBUTING.md | 3 +-- README.md | 3 +-- docs/source/InstallationAndUsage.rst | 3 +-- 4 files changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a892ff30..168a7bd4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -254,7 +254,7 @@ jobs: run: | export BUILD_PREFIX=$MAMBA_ROOT_PREFIX/envs/xeus-cpp-wasm-build set -e - micromamba create -n xeus-lite-host jupyterlite-core jupyterlite-xeus + micromamba create -n xeus-lite-host jupyterlite-core=0.6 jupyterlite-xeus micromamba activate xeus-lite-host cd build/test # Fresh install browsers, and run Emscripten tests in them diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5b6994ff..d248db8f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -147,9 +147,8 @@ To do this on Ubuntu x86 execute the following To build Jupyter Lite with this kernel without creating a website you can execute the following ```bash -micromamba create -n xeus-lite-host jupyterlite-core=0.6 jupyter_server -c conda-forge +micromamba create -n xeus-lite-host jupyterlite-core=0.6 jupyter_server jupyterlite-xeus -c conda-forge micromamba activate xeus-lite-host -python -m pip install jupyterlite-xeus jupyter lite build --XeusAddon.prefix=$PREFIX ``` diff --git a/README.md b/README.md index 34575384..d82f76fb 100644 --- a/README.md +++ b/README.md @@ -149,9 +149,8 @@ To do this on Ubuntu x86 execute the following To build Jupyter Lite with this kernel without creating a website you can execute the following ```bash -micromamba create -n xeus-lite-host jupyterlite-core=0.6 jupyter_server -c conda-forge +micromamba create -n xeus-lite-host jupyterlite-core=0.6 jupyter_server jupyterlite-xeus -c conda-forge micromamba activate xeus-lite-host -python -m pip install jupyterlite-xeus jupyter lite build --XeusAddon.prefix=$PREFIX ``` diff --git a/docs/source/InstallationAndUsage.rst b/docs/source/InstallationAndUsage.rst index 74898e63..a151c5b3 100644 --- a/docs/source/InstallationAndUsage.rst +++ b/docs/source/InstallationAndUsage.rst @@ -130,9 +130,8 @@ To build Jupyter Lite with this kernel without creating a website you can execut .. code-block:: bash - micromamba create -n xeus-lite-host jupyterlite-core=0.6 jupyter_server -c conda-forge + micromamba create -n xeus-lite-host jupyterlite-core=0.6 jupyter_server jupyterlite-xeus -c conda-forge micromamba activate xeus-lite-host - python -m pip install jupyterlite-xeus jupyter lite build --XeusAddon.prefix=$PREFIX Once the Jupyter Lite site has built you can test the website locally by executing