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=
|