python
jupyter notebook 사용법
자유프로그램
2017. 4. 18. 16:23
반응형
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
반응형