ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • jupyter install on mac
    카테고리 없음 2017. 5. 28. 16:44
    반응형


    python3 을 사용하도록 한다.


    1. pip 업데이트 


    $pip3 install --upgrade pip


    2. jupyter 설치 


    $pip3 install jupyter


    3. jupyter 시작


      3.1 기본으로 시작

    $jupyter notebook


    -> 접속 : localhost:8888


      3.2 포트 변경하여 시작 

    $jupyter notebook --port 9999

    -> 접속 : localhost:9999

      3.3 브라우저 없이 실행

      $jupyter notebook --no-browser





    반응형
Designed by Tistory.