File tree Expand file tree Collapse file tree 6 files changed +91
-0
lines changed
Expand file tree Collapse file tree 6 files changed +91
-0
lines changed Original file line number Diff line number Diff line change @@ -150,6 +150,7 @@ jobs:
150150 --XeusAddon.mounts="${{ env.PREFIX }}/etc/xeus-cpp/tags.d:/etc/xeus-cpp/tags.d" \
151151 --contents README.md \
152152 --contents notebooks/xeus-cpp-lite-demo.ipynb \
153+ --contents notebooks/tinyraytracer.ipynb \
153154 --contents notebooks/images/marie.png \
154155 --contents notebooks/audio/audio.wav \
155156 --output-dir dist
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 4141 --XeusAddon.mounts="$PREFIX/share/xeus-cpp/tagfiles:/share/xeus-cpp/tagfiles" \
4242 --XeusAddon.mounts="$PREFIX/etc/xeus-cpp/tags.d:/etc/xeus-cpp/tags.d" \
4343 --contents notebooks/xeus-cpp-lite-demo.ipynb \\
44+ --contents notebooks/tinyraytracer.ipynb \\
4445 --contents notebooks/images/marie.png \\
4546 --contents notebooks/audio/audio.wav \\
4647 --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