VSCode Python & Jupyter 설정
1. VSCode 설치
반드시 Python 은 설치 되어 있어야 한다.
2. Microsoft Market 확장자 설치
https://marketplace.visualstudio.com/
- Python
- Python Config
- Python Extension Pack
- Jupyter
설치는 ctrl + shift + p
후 Install
을 쳤을 때 나오는 Extentions: Install from vsix … 클릭 후 파일 설치
3. .ipython 만들기
- ctrl + shift + p
- create
- jupyter 대화형 창 만들기
4. vscode python jedi client: couldn’t create connection to server 이슈
참고링크
https://stackoverflow.com/questions/72210026/vscode-python-jedi-client-couldnt-create-connection-to-server
처음 세팅 후 .ipython을 실행하면 해당 에러가 반복적으로 일어난다.
이때는 아래와 같은 순서를 따른다.
- 파일 > 기본설정 > 설정(ctrl+,)
- 검색 창에 python.language
- Python: Language Server
언어 서버의 유형을 정의합니다.
default
해당 부분은 Jedi 로 변경하여 준다.
5. 마켓 어플리케이션 설치 호환 이슈
해결책을 마련 못 하였으므로 높은 버전의 VSCode를 설치하여 준다.