Jupyter Notebook 자동완성 지원하는법

태그
Jupyter Notebook
처음 Jupyter Notebook을 쓰다 보면 코드 자동완성이 없어서 IDE 보다 불편할 수 있다. 세워라 내워라 타이핑할 수는 없으니…
  1. Tab 키를 누르기
    1. 가장 간단한 방법
      notion imagenotion image
 
  1. Jupyter Notebook 실행시 자동완성 옵션 넘겨주기
    1. Shell에서%config IPCompleter.greedy=True 명령어를 넘겨주면 된다.
       
  1. jupyter_contrib_nbextensionsjupyter_nbextensions_configurator 설치하기

요약

📌
요약: 간단하게 그냥 Tab 키를 누르자