File tree Expand file tree Collapse file tree 6 files changed +6
-7
lines changed Expand file tree Collapse file tree 6 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ jobs:
139139 - name : Jupyter Lite integration
140140 shell : bash -l {0}
141141 run : |
142- micromamba create -n xeus-lite-host jupyterlite-core=0.6 jupyter_server jupyterlite-xeus -c conda-forge
142+ micromamba create -n xeus-lite-host jupyter_server jupyterlite-xeus -c conda-forge
143143 micromamba activate xeus-lite-host
144144 jupyter lite build \
145145 --XeusAddon.prefix=${{ env.PREFIX }} \
Original file line number Diff line number Diff line change @@ -329,7 +329,7 @@ jobs:
329329 - name : Jupyter Lite integration
330330 shell : bash -l {0}
331331 run : |
332- micromamba create -n xeus-lite-host jupyterlite-core=0.6 jupyterlite- xeus -c conda-forge
332+ micromamba create -n xeus-lite-host jupyterlite-xeus -c conda-forge
333333 micromamba activate xeus-lite-host
334334 jupyter lite build --XeusAddon.prefix=${{ env.PREFIX }}
335335
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ python $BUILD_PREFIX/bin/emrun.py --browser="google-chrome" --kill_exit --timeou
151151
152152To build and test Jupyter Lite with this kernel locally you can execute the following
153153``` bash
154- micromamba create -n xeus-lite-host jupyterlite-core=0.6 jupyter_server jupyterlite-xeus -c conda-forge
154+ micromamba create -n xeus-lite-host jupyter_server jupyterlite-xeus -c conda-forge
155155micromamba activate xeus-lite-host
156156jupyter lite serve --XeusAddon.prefix=$PREFIX \
157157 --XeusAddon.mounts=" $PREFIX /share/xeus-cpp/tagfiles:/share/xeus-cpp/tagfiles" \
Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ python $BUILD_PREFIX/bin/emrun.py --browser="google-chrome" --kill_exit --timeou
166166
167167To build and test Jupyter Lite with this kernel locally you can execute the following
168168``` bash
169- micromamba create -n xeus-lite-host jupyterlite-core=0.6 jupyter_server jupyterlite-xeus -c conda-forge
169+ micromamba create -n xeus-lite-host jupyter_server jupyterlite-xeus -c conda-forge
170170micromamba activate xeus-lite-host
171171jupyter lite serve --XeusAddon.prefix=$PREFIX \
172172 --XeusAddon.mounts=" $PREFIX /share/xeus-cpp/tagfiles:/share/xeus-cpp/tagfiles" \
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ To build and test Jupyter Lite with this kernel locally you can execute the foll
148148
149149.. code-block :: bash
150150
151- micromamba create -n xeus-lite-host jupyterlite-core=0.6 jupyter_server jupyterlite-xeus -c conda-forge
151+ micromamba create -n xeus-lite-host jupyter_server jupyterlite-xeus -c conda-forge
152152 micromamba activate xeus-lite-host
153153 jupyter lite serve --XeusAddon.prefix=$PREFIX
154154 --XeusAddon.mounts=" $PREFIX /share/xeus-cpp/tagfiles:/share/xeus-cpp/tagfiles" \
Original file line number Diff line number Diff line change 3434 { XEUS_CPP_ROOT } ;
3535emmake make -j $(nproc --all) install;
3636cd { XEUS_CPP_ROOT } ;
37- micromamba create -n xeus-lite-host jupyterlite-core=0.6 jupyter_server jupyterlite-xeus -c conda-forge -y;
37+ micromamba create -n xeus-lite-host jupyter_server jupyterlite-xeus -c conda-forge -y;
3838micromamba activate xeus-lite-host;
39- python -m pip install jupyterlite-xeus jupyter_server;
4039jupyter lite build --XeusAddon.prefix=$PREFIX \\
4140 --XeusAddon.mounts="$PREFIX/share/xeus-cpp/tagfiles:/share/xeus-cpp/tagfiles" \
4241 --XeusAddon.mounts="$PREFIX/etc/xeus-cpp/tags.d:/etc/xeus-cpp/tags.d" \
You can’t perform that action at this time.
0 commit comments