lifeomic / phc-sdk-py

The phc-sdk-py is a developer kit for interfacing with the PHC API on Python 3.8 and above.
https://lifeomic.github.io/phc-sdk-py/index.html
MIT License
1 stars 2 forks source link

Suppress tqdm warning #202

Closed cluebbehusen closed 1 year ago

cluebbehusen commented 1 year ago

The following warning pops up when doing a import phc.easy:

TqdmExperimentalWarning: Using `tqdm.autonotebook.tqdm` in notebook mode. Use `tqdm.tqdm` instead to force console mode (e.g. in jupyter console)

Per the tqdm docs:

image