Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Notebook progressbar fix #239

Merged
merged 4 commits into from
Feb 13, 2024
Merged

Notebook progressbar fix #239

merged 4 commits into from
Feb 13, 2024

Conversation

dalmijn
Copy link
Collaborator

@dalmijn dalmijn commented Feb 13, 2024

Issue addressed

Fixes #233

Explanation

Pin the nbconvert package.

Checklist

  • Updated tests or added new tests
  • Branch is up to date with main
  • Tests & pre-commit hooks pass
  • Updated documentation if needed

Additional Notes (optional)

No

@dalmijn dalmijn requested a review from JoostBuitink February 13, 2024 09:48
Copy link
Collaborator

@JoostBuitink JoostBuitink left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me! Perhaps it is good to add a comment to the pyproject.toml to briefly mention why we pinned this library (and/or link to #233)? In the case that we want to move to a newer version in the future, we can check whether this issue is sorted.

@dalmijn dalmijn requested a review from JoostBuitink February 13, 2024 15:25
Copy link
Collaborator

@JoostBuitink JoostBuitink left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested to add link to issue, such that the linked issue in nbconvert can be found back later as well.

@@ -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
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"nbconvert==7.13.1", # Pin as of (02-2024); 7.14 onwards causes issues with the progressbar in example notebooks
"nbconvert==7.13.1", # Pin as of (02-2024); 7.14 onwards causes issues with the progressbar in example notebooks, see https://github.com/Deltares/hydromt_wflow/issues/233

@dalmijn dalmijn merged commit d00bf08 into main Feb 13, 2024
6 checks passed
@JoostBuitink JoostBuitink deleted the nb_fix branch February 14, 2024 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Documentation Bug (probably progressbar)
2 participants