-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
c8-hard 🕗Complexity highComplexity highduplicate 🗐Seen it beforeSeen it beforehelp wanted 🙏We need you (discussion or implementation)We need you (discussion or implementation)need-feedback 📢We need your response (question)We need your response (question)p2-bug-warning ⚠Visual output badVisual output badp3-enhancement 🔥Much new such featureMuch new such featuresubmodule-notebook 📓Much web such IDEMuch web such IDEto-merge ↰ImminentImminent
Milestone
Description
- I have marked all applicable categories:
- exception-raising bug
- visual output bug
- documentation request (i.e. "X is missing from the documentation." If instead I want to ask "how to use X?" I understand StackOverflow#tqdm is more appropriate)
- new feature request
- I have visited the source website, and in particular
read the known issues - I have searched through the issue tracker for duplicates
- I have mentioned version numbers, operating system and
environment, where applicable:import tqdm, sys print(tqdm.__version__, sys.version, sys.platform)
gives:
4.31.1 3.7.3 (default, Mar 27 2019, 22:11:17)
[GCC 7.3.0] linux
When using the jupyter notebook extensions of TQDM, we get nice beautiful progress bars in the notebook, which is awesome. I'm currently writing some lectures for my students, and want to share a PDF version as well. But when I export to PDF via Latex, the progress bars are replaced by raw commands in the background like HBox
(see attachment for an example)
tqdm_pdf_example.pdf
It would be awesome if there was a way to get tqdm progress bars to show up in the latex output. I'm not sure if this is a tqdm or jupyter issue though.
Metadata
Metadata
Assignees
Labels
c8-hard 🕗Complexity highComplexity highduplicate 🗐Seen it beforeSeen it beforehelp wanted 🙏We need you (discussion or implementation)We need you (discussion or implementation)need-feedback 📢We need your response (question)We need your response (question)p2-bug-warning ⚠Visual output badVisual output badp3-enhancement 🔥Much new such featureMuch new such featuresubmodule-notebook 📓Much web such IDEMuch web such IDEto-merge ↰ImminentImminent