vs code의 poetry 가상환경에 대화형 환경인 jupyter notebook을 설정하고 이용해보자
② jupyter notebook kernel 설정
- bash
- poetry shell
- poetry add jupyter ipykernel
- python -m ipykernel install --user --name [가상환경 이름] --display-name "[jupyter에 표시될 kernel의 이름]"
- python에서 ipykernel 모듈을 실행(-m)하여 install 작업을 한다는 의미
- jupyter notebook
- VScode
Jupyter: Specify jupyter server for connections
선택 > EXISTING선택 > 위 주소 입력
- 재실행 후 command + shift + p를 눌러 python interpreter로 가상환경 python interpreter를 연결
끝.