anaconda install & run brew로 install (mac) $ brew cask install anaconda PATH 설정 # zshell 의 경우 .zshrc 수정 export PATH=/usr/local/anaconda3/bin:$PATH $ source .zshrc 실행 $ jupyter notebook 실행 후 web 페이지로 뜨는 것을 확인 아이파이썬, 주피터 설정 설정 directory ipython 또는 jupyter notebook 설치 후 홈 디렉토리(~)에 .ipython 생성됨 -> 설정 디렉토리임 프로필 작성 .ipython 디렉토리 하위에 프로필별 디렉토리 생성됨. 기본 profile은 profile_default 임 프로필 생성 command $ ipython..