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
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
152
jupyter 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
153
160
```
154
161
155
162
Once 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
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
+ --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
155
162
```
156
163
157
164
Once 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
133
133
micromamba create -n xeus-lite-host jupyterlite-core=0.6 jupyter_server jupyterlite-xeus -c conda-forge
134
134
micromamba activate xeus-lite-host
135
135
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
136
143
137
144
Once the Jupyter Lite site has built you can test the website locally by executing
138
145
You can’t perform that action at this time.
0 commit comments