📅  最后修改于: 2022-03-11 14:46:55.306000             🧑  作者: Mango
#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