File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 70
70
shell : bash -l {0}
71
71
run : |
72
72
set -e
73
- micromamba create -n xeus-lite-host jupyterlite-core
73
+ micromamba create -n xeus-lite-host jupyterlite-core jupyter_server
74
74
micromamba activate xeus-lite-host
75
75
cd build/test
76
76
# Fresh install browsers, and run Emscripten tests in them
@@ -140,7 +140,6 @@ jobs:
140
140
- name : Jupyter Lite integration
141
141
shell : bash -l {0}
142
142
run : |
143
- micromamba create -n xeus-lite-host jupyterlite-core jupyter_server
144
143
micromamba activate xeus-lite-host
145
144
python -m pip install jupyterlite-xeus
146
145
jupyter lite build \
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ 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 -c conda-forge
150
+ micromamba create -n xeus-lite-host jupyterlite-core jupyter_server -c conda-forge
151
151
micromamba activate xeus-lite-host
152
152
python -m pip install jupyterlite-xeus
153
153
jupyter lite build --XeusAddon.prefix=$PREFIX
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ To do this on Ubuntu x86 execute the following
148
148
149
149
To build Jupyter Lite with this kernel without creating a website you can execute the following
150
150
``` bash
151
- micromamba create -n xeus-lite-host jupyterlite-core -c conda-forge
151
+ micromamba create -n xeus-lite-host jupyterlite-core jupyter_server -c conda-forge
152
152
micromamba activate xeus-lite-host
153
153
python -m pip install jupyterlite-xeus
154
154
jupyter lite build --XeusAddon.prefix=$PREFIX
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ To build Jupyter Lite with this kernel without creating a website you can execut
137
137
138
138
.. code-block :: bash
139
139
140
- micromamba create -n xeus-lite-host jupyterlite-core -c conda-forge
140
+ micromamba create -n xeus-lite-host jupyterlite-core jupyter_server -c conda-forge
141
141
micromamba activate xeus-lite-host
142
142
python -m pip install jupyterlite-xeus
143
143
jupyter lite build --XeusAddon.prefix=$PREFIX
You can’t perform that action at this time.
0 commit comments