question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Progress Bars break in Jupyter Lab

See original GitHub issue

Instead of a progress bar you get

HBox(children=(IntProgress(value=0, description='100000_Sales_Records.csv', max=11), HTML(value='')))

screen shot 2018-09-05 at 1 51 11 pm

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:11 (10 by maintainers)

github_iconTop GitHub Comments

10reactions
martindurantcommented, Sep 5, 2018

You would need the ipywidgets jlab extension to be installed https://ipywidgets.readthedocs.io/en/stable/user_install.html#installing-the-jupyterlab-extension

I don’t think there’s any way for us to determine from within the notebook whether the output works or not. There could be a config option to always use text progress bars, although I don’t know if those would render well in the non TTY output area.

2reactions
martindurantcommented, Sep 11, 2018

@mmccarty , can you post upstream to tqdm?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Ever wanted Progress Bars in Jupyter? - Towards Data Science
The good news is you can create progress bars for Jupyter Notebooks with tqdm library. The library is incredibly easy to use and...
Read more >
Jupyter Notebooks not displaying progress bars - Stack Overflow
The answer is in this GitHub issue. The key is to ensure that you have the ipywidgets notebook extension enabled using the following...
Read more >
Progress Bar in Jupyter Notebook - YouTube
This video explains how to create progress bars in jupyter notebook.------------------------------------------------------------Explore my ...
Read more >
Easy Python Progress Bars with tqdm - YouTube
In this python progress bar tutorial we go in depth about TQDM in this complete guide. The progress bar package tqdm is extremely...
Read more >
Progress Bars in Python with tqdm for Fun and Profit
In this part, we will use the tqdm.notebook module to show progress bars in Jupyter Notebook using Ipython widgets. First, create a simple...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found