반응형
jupyter notebook 사용법
환경 : windows 10 64bit, anaconda 4.3.1 32bit, python 3.6 32bit
1. python file 읽어오기
%load C:\data\test.py
2. python file 실행하기
%run C:\data\test.py
반응형
'python' 카테고리의 다른 글
pyenv upgrade 하기 (0) | 2017.04.22 |
---|---|
python -- file, 폴더 다루기 (0) | 2017.04.19 |
Mac -- python 3.5 가상환경에서 numpy, scipy, matplotlib, pandas , jupyter 설치하기 (0) | 2016.08.18 |
python -- Mac 에서 pyenv, virtualenv 설치하기 (0) | 2016.05.02 |
python -- 현재 디렉토리 구하기 (0) | 2015.12.02 |