Skip to content

Commit 070f6d7

Browse files
committed
Use jupyterlite-xeus 4.3.0
1 parent b7c5bad commit 070f6d7

File tree

6 files changed

+6
-7
lines changed

6 files changed

+6
-7
lines changed

.github/workflows/deploy-github-page.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 }} \

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ python $BUILD_PREFIX/bin/emrun.py --browser="google-chrome" --kill_exit --timeou
151151

152152
To 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
155155
micromamba activate xeus-lite-host
156156
jupyter lite serve --XeusAddon.prefix=$PREFIX \
157157
--XeusAddon.mounts="$PREFIX/share/xeus-cpp/tagfiles:/share/xeus-cpp/tagfiles" \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ python $BUILD_PREFIX/bin/emrun.py --browser="google-chrome" --kill_exit --timeou
166166

167167
To 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
170170
micromamba activate xeus-lite-host
171171
jupyter lite serve --XeusAddon.prefix=$PREFIX \
172172
--XeusAddon.mounts="$PREFIX/share/xeus-cpp/tagfiles:/share/xeus-cpp/tagfiles" \

docs/source/InstallationAndUsage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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" \

docs/source/conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,8 @@
3434
{XEUS_CPP_ROOT};
3535
emmake make -j $(nproc --all) install;
3636
cd {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;
3838
micromamba activate xeus-lite-host;
39-
python -m pip install jupyterlite-xeus jupyter_server;
4039
jupyter 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" \

0 commit comments

Comments
 (0)