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
149149``` bash
150150micromamba create -n xeus-lite-host jupyterlite-core=0.6 jupyter_server jupyterlite-xeus -c conda-forge
151151micromamba activate xeus-lite-host
152- jupyter lite build --XeusAddon.prefix=$PREFIX
152+ jupyter lite build --XeusAddon.prefix=$PREFIX \
153153 --XeusAddon.mounts=" $PREFIX /share/xeus-cpp/tagfiles:/share/xeus-cpp/tagfiles" \
154154 --XeusAddon.mounts=" $PREFIX /etc/xeus-cpp/tags.d:/etc/xeus-cpp/tags.d" \
155155 --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
151151``` bash
152152micromamba create -n xeus-lite-host jupyterlite-core=0.6 jupyter_server jupyterlite-xeus -c conda-forge
153153micromamba activate xeus-lite-host
154- jupyter lite build --XeusAddon.prefix=$PREFIX
154+ jupyter lite build --XeusAddon.prefix=$PREFIX \
155155 --XeusAddon.mounts=" $PREFIX /share/xeus-cpp/tagfiles:/share/xeus-cpp/tagfiles" \
156156 --XeusAddon.mounts=" $PREFIX /etc/xeus-cpp/tags.d:/etc/xeus-cpp/tags.d" \
157157 --contents README.md \
You can’t perform that action at this time.
0 commit comments