File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 jupyter-book --version
3636
3737 - name : Build the book
38+ env :
39+ BASE_URL : /time-series-analysis
3840 run : |
3941 jupyter book build --html
4042 ls -la _build/html
Original file line number Diff line number Diff line change @@ -21,23 +21,9 @@ climate stations across Germany.
2121
2222## How to run
2323
24+ Install [ uv] ( https://docs.astral.sh/uv/ )
25+
2426``` bash
2527uv sync
2628uv run jupyter lab
2729```
28-
29- ## How to build and start the book locally
30-
31- [ Jupyter Book v2] ( https://jupyterbook.org/ ) is used.
32-
33- ``` bash
34- jupyter book build
35- ```
36-
37- The rendered HTML is written to ` _build/html/ ` .
38-
39- ``` bash
40- jupyter book start
41- ```
42-
43- The rendered book can be viewed in your browser via ` http://localhost:3000 `
Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ project:
3333site :
3434 template : book-theme
3535 options :
36- base_url : /time-series-analysis
3736 logo : logo.png
3837 nav :
3938 - title : GitHub
You can’t perform that action at this time.
0 commit comments