ipython notebook에서 다른 버전의 python 설치


1. Anaconda 5 설치

2. Python 2.7 환경구축
    $ conda create -n python27 python=2.7
    $ source activate python27
    $ conda install notebook ipykernel
    $ ipython kernel install --user

3. Python 3.5 환경구축
    $ conda create -n python35 python=3.5
    $ source activate python35
    $ conda install notebook ipykernel
    $ ipython kernel install --user

4. $ ipython notebook

./local/share/jupyter/kernels 내 환경변수로 수정가능
  

댓글

이 블로그의 인기 게시물

맥에서 여러 버전의 R을 사용하기

오즈와 오즈비, 왜 사용하지?

Raspberry PI에 R을 설치하여 빅데이터 분석