Faulty Progress Bar on Mac
See original GitHub issueI am using VS Code in MacOS When I use python interactive window, the progress bar doesn’t function properly.
This is my code
from rich.progress import track
import time
months = ['January','February','March']
for month in track(months):
print(month)
time.sleep(1)
Issue Analytics
- State:
- Created 2 years ago
- Comments:10 (1 by maintainers)
Top Results From Across the Web
If your Mac starts up to an Apple logo or progress bar
Your Mac shows an Apple logo when it finds your built-in or external startup disk. As startup continues, you should see a progress...
Read more >Mac Stuck on Loading Screen/Progress Bar with Apple Logo
1. Restarting the System. As the name suggests, the first recommended method is to restart your Mac to fix this issue. · 1....
Read more >How to fix a Mac that won't boot or gets stuck on the loading bar
There could be a variety of problems causing a Mac's boot process to fail or for the boot process to get “stuck” on...
Read more >MacBook Pro Stuck on Loading Screen, How to Fix
However, if you've waited long enough(for hours) and the progress bar still remains on the screen without any change, then it's highly likely ......
Read more >Why is there a progress bar when my Mac is starting up?
If you find yourself in a situation where the progress bar shows up during boot, stay the course and let it finish. In...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@nellorebhanuteja I gather you are using Jupyter notebooks in VS Code (you might want to lead with that next time).
This works fine in Jupyter outside of VSCode. Could be a bug in VS Code. We will investigate.
Did I solve your problem?
Why not buy the devs a coffee to say thanks?