파이썬

Jupyter notebook 설치

김건우_Jonathan 2022. 12. 28. 17:23

1. python 설치

   - 다운로드 : https://www.python.org/downloads/

   - c:\Python

   - add Python 3.11 to PATH에 체크

 

2. Jupyter notebook 설치

  - cmd

  - pip install notebook

  - jupyter notebook

  - cf. jupyter-notebook (위 명령이 실행이 안될 경우)

         jupyter-notebook --notebook-dir=c:\kdtwork\pywork

 

확인방법 c:\Python\Scripts 폴더에서 명령어 확인