tqdm is completely broken
Open
bug
help wanted
- Dominant language
- Python
- Stars
- 2.7k
- Forks
- 1k
- Avg merge
- 7d 14h
- Merged PRs (30d)
- 2
Description
## 🐛 Bug
tqdm is very much broken in notebooks.

### To Reproduce
```python
from tqdm.auto import tqdm
from time import sleep
for _ in tqdm(range(10)):
sleep(0.5)
```
### Expected behavior
Renders a progress bar
### Additional context
Tried in Chrome and Firefox.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.