TqdmExperimentalWarning: Using `tqdm.autonotebook.tqdm` in notebook mode.
mkulawik opened this issue · 0 comments
mkulawik commented
FULL ERROR:
TqdmExperimentalWarning: Using tqdm.autonotebook.tqdm
in notebook mode. Use tqdm.tqdm
instead to force console mode (e.g. in jupyter console) " (e.g. in jupyter console)", TqdmExperimentalWarning)
CONTEXT:
This error shows up while using edd-utils v0.0.5 in a jupyterlab/hub notebook.
ENV DETAILS:
Name: edd-utils
Version: 0.0.5
Name: tqdm
Version: 4.45.0
Name: pandas
Version: 1.0.3
Name: requests
Version: 2.23.0
jupyterhub 1.1.0
jupyterlab 2.1.0
POSSBILE FIX?
edd_utils$ vi init.py
commented out: from tqdm.autonotebook import tqdm
import tqdm.auto