Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- Unity
- IOS
- Linux
- MySQL
- node.js
- PyQt5
- flutter
- mssql
- PyQt
- 리눅스
- 함수
- swift
- python
- port
- ubuntu
- tensorflow
- javascript
- MS-SQL
- 라즈베리파이
- sqlite
- 유니티
- 날짜
- Excel
- urllib
- pandas
- PER
- ASP
- 맛집
- 다이어트
- GIT
Archives
아미(아름다운미소)
python ipynb 파일을 python 파일로 변환하기 본문
python ipynb 파일을 python 파일로 변환하기[Jupyter - Notebook]
jupyter notebook 위에서 작업하면 그 파일이 .ipynb 라는 특별한 포맷으로 저장이 되는데 이 자체로 다른사람들과 주고받아도 되지만 파이썬 스크립트로 만들고 싶을때 사용하는 방법입니다.콘솔에서 다음과 같이 작업합니다.
jupyter nbconvert --to script 01_the_machine_learning_landscape.ipynb파이썬파일로 변환이 가능합니다.
'랭귀지 > python' 카테고리의 다른 글
python pandas 데이터를 excel 파일생성시 한글깨짐문제 해결 (0) | 2019.01.14 |
---|---|
The Eclipse executable launcher was unable to locate its companion shared library (0) | 2019.01.09 |
python 부동 소수점 나머지 연산 (0) | 2019.01.05 |
Python 전역변수 선언을 위한 키워드 global (0) | 2019.01.04 |
Python 파이썬에서 전역변수 사용 (0) | 2019.01.02 |
Comments