pip install ipywidgets
출처: https://inistory.tistory.com/99
Please use tqdm.notebook.tqdm instead of tqdm.tqdm_notebook
tqdm.notebook.tqdm
tqdm.tqdm_notebook
from tqdm import tqdm_notebook 대신
from tqdm.notebook import tqdm datas=[] for content in tqdm(seoul_list):
사용