File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ To build Jupyter Lite with this kernel without creating a website you can execut
149
149
``` bash
150
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
- jupyter lite build --XeusAddon.prefix=$PREFIX
152
+ jupyter lite build --XeusAddon.prefix=$PREFIX \
153
153
--XeusAddon.mounts=" $PREFIX /share/xeus-cpp/tagfiles:/share/xeus-cpp/tagfiles" \
154
154
--XeusAddon.mounts=" $PREFIX /etc/xeus-cpp/tags.d:/etc/xeus-cpp/tags.d" \
155
155
--contents README.md \
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ To build Jupyter Lite with this kernel without creating a website you can execut
151
151
``` bash
152
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
- jupyter lite build --XeusAddon.prefix=$PREFIX
154
+ jupyter lite build --XeusAddon.prefix=$PREFIX \
155
155
--XeusAddon.mounts=" $PREFIX /share/xeus-cpp/tagfiles:/share/xeus-cpp/tagfiles" \
156
156
--XeusAddon.mounts=" $PREFIX /etc/xeus-cpp/tags.d:/etc/xeus-cpp/tags.d" \
157
157
--contents README.md \
You can’t perform that action at this time.
0 commit comments