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

fix HTML-escaped space padding in notebook #1506

Merged
merged 2 commits into from Feb 5, 2024
Merged

Conversation

melnikovsky
Copy link
Contributor

The progress bar in Jupyter was misaligned (jumping when the number of digits changes) because html escape eats simple spaces. Replacing with UTF "Figure Space".

@casperdcl casperdcl changed the base branch from master to devel February 5, 2024 21:45
tqdm/notebook.py Outdated Show resolved Hide resolved
@casperdcl casperdcl added to-merge ↰ Imminent p2-bug-warning ⚠ Visual output bad submodule-notebook 📓 Much web such IDE c1-quick 🕐 Complexity low labels Feb 5, 2024
@casperdcl casperdcl merged commit cd58fc5 into tqdm:devel Feb 5, 2024
2 of 13 checks passed
@casperdcl casperdcl added this to Done in Casper Feb 5, 2024
@casperdcl casperdcl mentioned this pull request Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c1-quick 🕐 Complexity low p2-bug-warning ⚠ Visual output bad submodule-notebook 📓 Much web such IDE to-merge ↰ Imminent
Projects
Casper
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants