[ 작업 환경 ]

 

MacBook Pro M1 Max

Python 3.10.4

 

 

 

 

 

 [ 문제 상황 ]

 

AttributeError: 'tqdm_notebook' object has no attribute 'disp'

 

 

 

 

 

 [ 문제 원인 ]

 

ipython jupyter를 위해 개발이 된 모듈을 활용하려고 했으나 설치가 안되어있기 때문에 발생하는 문제입니다.

 

 

 

 

 

 [ 해결 방법 ]

 

pip3 install jupyter

 

 

 

 

+ Recent posts