Skip to content

Commit

Permalink
fix: local build jupyter-book command in index
Browse files Browse the repository at this point in the history
  • Loading branch information
biswaroop1547 committed Aug 24, 2023
1 parent 1b56d5f commit 14b371f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ We understand that the current open source ecosystem is moving at light-speed. T
- Or instead, manually set up your own Python environment:

```sh
pip install -r requirements.txt # setup
jupyter-book build -b dirhtml --all . # build
python -m http.server -d _build/dirhtml # serve
pip install -r requirements.txt # setup
jupyter-book build --builder dirhtml --all . # build
python -m http.server -d _build/dirhtml # serve
```

````{admonition} alternative: live rebuilding & serving (experimental)
Expand Down

0 comments on commit 14b371f

Please sign in to comment.