File tree Expand file tree Collapse file tree 4 files changed +4
-7
lines changed Expand file tree Collapse file tree 4 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -254,7 +254,7 @@ jobs:
254
254
run : |
255
255
export BUILD_PREFIX=$MAMBA_ROOT_PREFIX/envs/xeus-cpp-wasm-build
256
256
set -e
257
- micromamba create -n xeus-lite-host jupyterlite-core jupyterlite-xeus
257
+ micromamba create -n xeus-lite-host jupyterlite-core=0.6 jupyterlite-xeus
258
258
micromamba activate xeus-lite-host
259
259
cd build/test
260
260
# Fresh install browsers, and run Emscripten tests in them
Original file line number Diff line number Diff line change @@ -147,9 +147,8 @@ To do this on Ubuntu x86 execute the following
147
147
148
148
To build Jupyter Lite with this kernel without creating a website you can execute the following
149
149
``` bash
150
- micromamba create -n xeus-lite-host jupyterlite-core=0.6 jupyter_server -c conda-forge
150
+ micromamba create -n xeus-lite-host jupyterlite-core=0.6 jupyter_server jupyterlite-xeus -c conda-forge
151
151
micromamba activate xeus-lite-host
152
- python -m pip install jupyterlite-xeus
153
152
jupyter lite build --XeusAddon.prefix=$PREFIX
154
153
```
155
154
Original file line number Diff line number Diff line change @@ -149,9 +149,8 @@ To do this on Ubuntu x86 execute the following
149
149
150
150
To build Jupyter Lite with this kernel without creating a website you can execute the following
151
151
``` bash
152
- micromamba create -n xeus-lite-host jupyterlite-core=0.6 jupyter_server -c conda-forge
152
+ micromamba create -n xeus-lite-host jupyterlite-core=0.6 jupyter_server jupyterlite-xeus -c conda-forge
153
153
micromamba activate xeus-lite-host
154
- python -m pip install jupyterlite-xeus
155
154
jupyter lite build --XeusAddon.prefix=$PREFIX
156
155
```
157
156
Original file line number Diff line number Diff line change @@ -130,9 +130,8 @@ To build Jupyter Lite with this kernel without creating a website you can execut
130
130
131
131
.. code-block :: bash
132
132
133
- micromamba create -n xeus-lite-host jupyterlite-core=0.6 jupyter_server -c conda-forge
133
+ micromamba create -n xeus-lite-host jupyterlite-core=0.6 jupyter_server jupyterlite-xeus -c conda-forge
134
134
micromamba activate xeus-lite-host
135
- python -m pip install jupyterlite-xeus
136
135
jupyter lite build --XeusAddon.prefix=$PREFIX
137
136
138
137
Once the Jupyter Lite site has built you can test the website locally by executing
You can’t perform that action at this time.
0 commit comments