Skip to content

Commit

Permalink
Notebook progressbar fix (#239)
Browse files Browse the repository at this point in the history
* Pin 'nbconvert' for notebook examples

* Add pin comment

* Linting..
  • Loading branch information
dalmijn authored Feb 13, 2024
1 parent 695d6b9 commit d00bf08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ doc = [
examples = [
"jupyterlab",
"cartopy",
"nbconvert==7.13.1", # Pin as of (02-2024); 7.14 onwards causes issues with the progressbar in example notebooks
"notebook",
]

Expand Down

0 comments on commit d00bf08

Please sign in to comment.