Skip to content

Commit

Permalink
DOC: fix clustering example (#521)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfleis authored Nov 25, 2023
1 parent 78c1b24 commit 891156e
Show file tree
Hide file tree
Showing 3 changed files with 3,055 additions and 2,924 deletions.
5 changes: 5 additions & 0 deletions ci/envs/312-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,9 @@ dependencies:
- jupyter
- matplotlib
- osmnx
- clustergram
- bokeh
- geopy
- ipywidgets
- Iprogress

1 change: 1 addition & 0 deletions ci/envs/test_user_guide.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ jupyter nbconvert --to notebook --execute --ExecutePreprocessor.timeout=1000 doc
jupyter nbconvert --to notebook --execute --ExecutePreprocessor.timeout=1000 docs/user_guide/graph/network.ipynb --output-dir docs/user_guide/output
jupyter nbconvert --to notebook --execute --ExecutePreprocessor.timeout=1000 docs/user_guide/graph/coins.ipynb --output-dir docs/user_guide/output
jupyter nbconvert --to notebook --execute --ExecutePreprocessor.timeout=1000 docs/user_guide/preprocessing/*.ipynb --output-dir docs/user_guide/output
jupyter nbconvert --to notebook --execute --ExecutePreprocessor.timeout=1000 docs/examples/*.ipynb --output-dir docs/user_guide/output

rm -rf docs/user_guide/output
Loading

0 comments on commit 891156e

Please sign in to comment.