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
'Python3' 카테고리의 다른 글
[PySpark] 문법 예제 : when (0) | 2021.05.05 |
---|---|
[PySpark] 문법 예제 : filter, where (0) | 2021.05.02 |
[Python3] 객체와 인스턴스의 차이 (0) | 2021.04.26 |
[Python3] 값에 따라 객체가 정해진다?? (0) | 2021.04.26 |
[Python3] pyspark 를 jupyter notebook, python3 에서 실행하기 (0) | 2021.03.30 |