2019-10-29 11:32:00 +00:00
- [ ] 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
2016-11-13 13:52:19 +00:00
- [ ] I have visited the [source website], and in particular
read the [known issues]
- [ ] I have searched through the [issue tracker] for duplicates
2017-10-03 22:06:38 +00:00
- [ ] I have mentioned version numbers, operating system and
2018-05-07 13:51:06 +00:00
environment, where applicable:
```python
import tqdm, sys
print(tqdm.__version__, sys.version, sys.platform)
```
2016-11-13 13:52:19 +00:00
[source website]: https://github.com/tqdm/tqdm/
2017-06-18 08:25:59 +00:00
[known issues]: https://github.com/tqdm/tqdm/#faq-and-known-issues
2016-11-13 13:52:19 +00:00
[issue tracker]: https://github.com/tqdm/tqdm/issues?q=
2019-10-29 11:32:00 +00:00
[StackOverflow#tqdm]: https://stackoverflow.com/questions/tagged/tqdm