할머니의 콤퓨타 도전기

macOS Jupyter Notebook 설치 본문

Settings

macOS Jupyter Notebook 설치

ji.o.n.e 2020. 10. 28. 13:30
  • pip 업데이트

    pip3 install --upgrade pip
  • pip3로 jupyter 설치

    pip3 install jupyter
  • jupyter notebook 실행

    jupyter notebook

'Settings' 카테고리의 다른 글

VSCode 단축키 정리  (0) 2021.05.12
macOS VSCode C/C++ 초기세팅  (0) 2020.07.31
macOS Tomcat 8 설치  (0) 2020.07.31
macOS MySQL 설치 및 설정  (0) 2020.07.15
Comments