프로그래밍/파이썬
-
[AI] jupyter, python 설치프로그래밍/파이썬 2022. 3. 12. 13:31
1. xcode 설치 2. python 설치 python python3 3. 오류 -> xcode깔고 4번 방법으로 해결 pip install jupyter zsh: command not found: pip jupyter notebook zsh: command not found: jupyter 4. 해결 python3 -m pip install jupyter pip3 install --upgrade pip python3 -m notebook 실행됨 python3 -m pip install numpy (import numpy as np) python3 -m pip install matplotlib python3 -m pip install pandas python3 -m pip install scipy