File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -161,5 +161,7 @@ jupyter lite build --XeusAddon.prefix=$PREFIX \
161
161
162
162
Once the Jupyter Lite site has built you can test the website locally by executing
163
163
``` bash
164
- jupyter lite serve --XeusAddon.prefix=$PREFIX
164
+ jupyter lite serve --XeusAddon.prefix=$PREFIX \
165
+ --XeusAddon.mounts=" $PREFIX /share/xeus-cpp/tagfiles:/share/xeus-cpp/tagfiles" \
166
+ --XeusAddon.mounts=" $PREFIX /etc/xeus-cpp/tags.d:/etc/xeus-cpp/tags.d"
165
167
```
Original file line number Diff line number Diff line change @@ -173,7 +173,9 @@ jupyter lite build --XeusAddon.prefix=$PREFIX \
173
173
174
174
Once the Jupyter Lite site has built you can test the website locally by executing
175
175
``` bash
176
- jupyter lite serve --XeusAddon.prefix=$PREFIX
176
+ jupyter lite serve --XeusAddon.prefix=$PREFIX \
177
+ --XeusAddon.mounts=" $PREFIX /share/xeus-cpp/tagfiles:/share/xeus-cpp/tagfiles" \
178
+ --XeusAddon.mounts=" $PREFIX /etc/xeus-cpp/tags.d:/etc/xeus-cpp/tags.d"
177
179
```
178
180
179
181
## Trying it online
Original file line number Diff line number Diff line change @@ -145,7 +145,9 @@ Once the Jupyter Lite site has built you can test the website locally by executi
145
145
146
146
.. code-block :: bash
147
147
148
- jupyter lite serve --XeusAddon.prefix=$PREFIX
148
+ jupyter lite serve --XeusAddon.prefix=$PREFIX \
149
+ --XeusAddon.mounts=" $PREFIX /share/xeus-cpp/tagfiles:/share/xeus-cpp/tagfiles" \
150
+ --XeusAddon.mounts=" $PREFIX /etc/xeus-cpp/tags.d:/etc/xeus-cpp/tags.d"
149
151
150
152
Installing from conda-forge
151
153
===========================
You can’t perform that action at this time.
0 commit comments