File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -66,10 +66,10 @@ to start fresh.
66
66
```
67
67
68
68
This creates:
69
- - Executed notebooks, generated from eligible Markdown files, under ` build /juptyer_execute/`
70
- - HTML under ` build /html/`
69
+ - Executed notebooks, generated from eligible Markdown files, under ` _build /juptyer_execute/`
70
+ - HTML under ` _build /html/`
71
71
72
- Open ` build /html/index.html` in a web browser.
72
+ Open ` _build /html/index.html` in a web browser.
73
73
74
74
## Develop
75
75
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ build = { cmd = [
21
21
" -T" , # show tracebacks
22
22
" --keep-going" , # do not stop on error
23
23
] }
24
- clean = " rm -rf build /*"
24
+ clean = " rm -rf _build /*"
25
25
start = " jupyter lab"
26
26
27
27
[activation ]
You can’t perform that action at this time.
0 commit comments