File tree Expand file tree Collapse file tree 3 files changed +22
-1
lines changed Expand file tree Collapse file tree 3 files changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -150,6 +150,13 @@ To build Jupyter Lite with this kernel without creating a website you can execut
150150micromamba create -n xeus-lite-host jupyterlite-core=0.6 jupyter_server jupyterlite-xeus -c conda-forge
151151micromamba activate xeus-lite-host
152152jupyter lite build --XeusAddon.prefix=$PREFIX
153+ --XeusAddon.mounts=" $PREFIX /share/xeus-cpp/tagfiles:/share/xeus-cpp/tagfiles" \
154+ --XeusAddon.mounts=" $PREFIX /etc/xeus-cpp/tags.d:/etc/xeus-cpp/tags.d" \
155+ --contents README.md \
156+ --contents notebooks/xeus-cpp-lite-demo.ipynb \
157+ --contents notebooks/smallpt.ipynb \
158+ --contents notebooks/images/marie.png \
159+ --contents notebooks/audio/audio.wav
153160```
154161
155162Once the Jupyter Lite site has built you can test the website locally by executing
Original file line number Diff line number Diff line change @@ -151,7 +151,14 @@ 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
155+ --XeusAddon.mounts=" $PREFIX /share/xeus-cpp/tagfiles:/share/xeus-cpp/tagfiles" \
156+ --XeusAddon.mounts=" $PREFIX /etc/xeus-cpp/tags.d:/etc/xeus-cpp/tags.d" \
157+ --contents README.md \
158+ --contents notebooks/xeus-cpp-lite-demo.ipynb \
159+ --contents notebooks/smallpt.ipynb \
160+ --contents notebooks/images/marie.png \
161+ --contents notebooks/audio/audio.wav
155162```
156163
157164Once the Jupyter Lite site has built you can test the website locally by executing
Original file line number Diff line number Diff line change @@ -133,6 +133,13 @@ To build Jupyter Lite with this kernel without creating a website you can execut
133133 micromamba create -n xeus-lite-host jupyterlite-core=0.6 jupyter_server jupyterlite-xeus -c conda-forge
134134 micromamba activate xeus-lite-host
135135 jupyter lite build --XeusAddon.prefix=$PREFIX
136+ --XeusAddon.mounts=" $PREFIX /share/xeus-cpp/tagfiles:/share/xeus-cpp/tagfiles" \
137+ --XeusAddon.mounts=" $PREFIX /etc/xeus-cpp/tags.d:/etc/xeus-cpp/tags.d" \
138+ --contents README.md \
139+ --contents notebooks/xeus-cpp-lite-demo.ipynb \
140+ --contents notebooks/smallpt.ipynb \
141+ --contents notebooks/images/marie.png \
142+ --contents notebooks/audio/audio.wav
136143
137144 Once the Jupyter Lite site has built you can test the website locally by executing
138145
You can’t perform that action at this time.
0 commit comments