세모튜브
맥 : 아나콘다 : jupyter-notebook 설치 본문
jupyter 공식홈페이지 : jupyter.org/
가상환경 생성
$ conda info --envs => 리스트 확인
$ conda create --n env_jupyter python=3.7
가상환경 활성화
$ source activate env_jupyter
jupyter notebook 설치
(env_jupyter) idevkim@iDevKimui-iMac ~ % conda install jupyter notebook
jupyter notebook 실행
(env_jupyter) idevkim@iDevKimui-iMac ~ % jupyter notebook
'설치' 카테고리의 다른 글
Ubuntu : Enable ssh (0) | 2021.01.08 |
---|---|
PC : Ubuntu 설치 (0) | 2021.01.08 |
맥 : 아나콘다 (파이썬 배포판) 설치 및 기본명령어 (0) | 2021.01.06 |
RPI : Raspberry Pi 4 : TensorFlow 2.2.0 (armv7l) 설치 (Python 3.7) (0) | 2020.12.31 |
RPI : 라즈베리파이 고정 IP설정 (유선/무선) (0) | 2020.12.31 |