Skip to content

TQDM progress bars in jupyter notebooks do not appear in PDF via latex output  #937

@EdwardRaff

Description

@EdwardRaff
  • 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

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions