SETTING: Poetry jupyter

Lightman·2023년 1월 19일
0

CS: PYTHON🐍 & Ⓡ

목록 보기
14/14

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를 연결

끝.

profile
현직 데이터 분석가 / 데이터 과학의 정도를 따라 🚲 / About DEV DA ML

0개의 댓글