728x90
반응형

MacOS에서 jupyter 설치/ M1칩/ MacPro/ MacAir

1. 터미널 실행

1) 키보드에서 command + space나 F4 클릭하여 spotlight 실행 

2) terminal 검색

2. python3 설치 확인


      
python3
// 설치 후
exit() // 빠져나오기

3. pip3 install jupyter


      
pip3 install jupyter
pip3 install tensorflow==1.15
pip3 install --upgrade jupyter matplotlib numpy
pip3 install protobuf==3.20.*

1) pip3 install tensorflow==1.15

2) pip3 install --upgrade jupyter matplotlib numpy

3) pip3 install protobuf == 3.20.*

4. jupyter notebook


      
jupyter notebook

728x90
반응형
김앩옹