📜  tqdm auto - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:11.505000             🧑  作者: Mango

代码示例2
#for jupyter lab, in anaconda prompt:
conda install nodejs
jupyter labextension list
conda list widget

pip install ipywidgets 
jupyter nbextension enable --py widgetsnbextension
jupyter labextension install @jupyter-widgets/jupyterlab-manager

#In Jupyter Lab Notebook:
from tqdm.auto import tqdm, trange