Open
Description
Description:
on import of amep, the tqdm package gives a warning about IProgress.
Code for reproduction:
import amep
Error message:
.../amep/amep/utils.py:44: TqdmWarning: IProgress not found. Please update jupyter and ipywidgets. See https://ipywidgets.readthedocs.io/en/stable/user_install.html
from tqdm.autonotebook import tqdm
Python and AMEP versions:
amep 1.1.0
Additional information:
can be fixed by installing ipywidgets via pip.
possible solution: include ipywidgets in dependencies?
How did you install AMEP?
None