AI
윈도우에서 Jupyter Notebook 설치하기
xProgrammer
2018. 3. 12. 09:57
설치
시작메뉴 > 실행 > cmd
pip install jupyter
ipython profile create
환경설정
C:\Users\계정이름\.ipython\profile_default\ipython_config.py
c.InteractiveShellApp.matplotlib = 'inline'
c.InteractiveShellApp.pylab = 'inline'
작업을 저장할 폴더 만들기
C:\Work\Jupyter
실행
시작메뉴 > 실행 > cmd
cd C:\Work\Jupyter
jupyter notebook