You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
conda activate jb ## makes newly installed packages available
20
-
cd ucsb-ds-capstone-2021.github.io/ucsb_ds_capstone_projects_2021
21
-
jupyter-book build .
22
-
```
23
-
- Rendered HTML version of the book will be in`./ucsb_ds_capstone_projects_2021/_build/html/`.
24
-
- Start local webserver using [Python](https://docs.python.org/3/library/http.server.html):
25
-
```bash
26
-
cd _build/html
27
-
python -m http.server
28
-
```
29
-
- (Optional) Issuing build command and reloading browser can be automated. Using [`live.js`](https://livejs.com) and some command line codes below can improve your experience.
30
-
```bash
31
-
# cd ucsb-ds-capstone-2021.github.io/ucsb_ds_capstone_projects_2021
0 commit comments