pip3 list | grep gedi

 

위의 명령어로 gedi 가 몇 버전인지 확인해보자.

 

나는 0.18.0 버전을 사용하고 있었다.

 

0.17.2 버전으로 내려주니 되더라.

 

아래 명령어로 새로 설치함.

 

pip3 install jedi==0.17.2

 

 

참고 stackoverflow.com/a/65513532

 

TAB completion does not work in Jupyter Notebook but fine in iPython terminal

TAB completion works fine in iPython terminal, but not in Firefox browser. So far I had tried but failed, 1). run a command $ sudo easy_install readline, then the .egg file was wrote in /usr/l...

stackoverflow.com

 

 

 

+ Recent posts