File tree Expand file tree Collapse file tree 5 files changed +90
-0
lines changed
Expand file tree Collapse file tree 5 files changed +90
-0
lines changed Original file line number Diff line number Diff line change @@ -161,6 +161,7 @@ jupyter lite serve --XeusAddon.prefix=$PREFIX \
161161 --XeusAddon.mounts=" $PREFIX /etc/xeus-cpp/tags.d:/etc/xeus-cpp/tags.d" \
162162 --contents README.md \
163163 --contents notebooks/xeus-cpp-lite-demo.ipynb \
164+ --contents notebooks/tinyraytracer.ipynb \
164165 --contents notebooks/images/marie.png \
165166 --contents notebooks/audio/audio.wav
166167
Original file line number Diff line number Diff line change @@ -176,6 +176,7 @@ jupyter lite serve --XeusAddon.prefix=$PREFIX \
176176 --XeusAddon.mounts=" $PREFIX /etc/xeus-cpp/tags.d:/etc/xeus-cpp/tags.d" \
177177 --contents README.md \
178178 --contents notebooks/xeus-cpp-lite-demo.ipynb \
179+ --contents notebooks/tinyraytracer.ipynb \
179180 --contents notebooks/images/marie.png \
180181 --contents notebooks/audio/audio.wav
181182```
Original file line number Diff line number Diff line change @@ -158,6 +158,7 @@ To build and test Jupyter Lite with this kernel locally you can execute the foll
158158 --XeusAddon.mounts=" $PREFIX /etc/xeus-cpp/tags.d:/etc/xeus-cpp/tags.d" \
159159 --contents README.md \
160160 --contents notebooks/xeus-cpp-lite-demo.ipynb \
161+ --contents notebooks/tinyraytracer.ipynb \
161162 --contents notebooks/images/marie.png \
162163 --contents notebooks/audio/audio.wav
163164
Original file line number Diff line number Diff line change 4242 --XeusAddon.mounts="$PREFIX/share/xeus-cpp/tagfiles:/share/xeus-cpp/tagfiles" \
4343 --XeusAddon.mounts="$PREFIX/etc/xeus-cpp/tags.d:/etc/xeus-cpp/tags.d" \
4444 --contents notebooks/xeus-cpp-lite-demo.ipynb \\
45+ --contents notebooks/tinyraytracer.ipynb \\
4546 --contents notebooks/images/marie.png \\
4647 --contents notebooks/audio/audio.wav \\
4748 --output-dir $READTHEDOCS_OUTPUT/html/xeus-cpp;
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments