IPython
#
Find similar titles
- (rev. 4)
- Hyungyong Kim
Structured data
- Date Published
- Image
- Programming Language
- Python
- URL
- http://www.ipython.org
파이썬을 위한 상호 반응형 (interactive) 명령행 Shell
다음과 같은 기능들 제공
- Tab completion
- Introspection
- The %run command
- Executing code from clipboard (%paste, %cpaste)
- Keyboard shortcut
- Magic commands (%timeit, %reset, %page)
- Tools for interactive parallel computing
- Network protocol for interactive computing
Table of Contents
IPython Notebook #
웹기반 인터렉티브 환경. 다음처럼 설치할 수 있다.
$ pip install ipython[notebook]
버전 3.0에 이르러서는 파이썬 이외의 다른 언어도 지원하면서 이름이 Jupyter로 바뀜.
Tip #
IPython에서 Vim 편집모드 설정하기
echo "c.TerminalInteractiveShell.editing_mode = 'vi'" \
>>~/.ipython/profile_default/ipython_config.py
Incoming Links #
[Articles] About (Article 0) #
Related Codes (Code 1) #
Related Articles (Article 2) #
Related Software Applications (SoftwareApplication 3) #
Related Books (Book 4) #
Suggested Pages #
- 0.112 Genetics
- 0.093 Python for Scientists
- 0.084 GenePattern
- 0.072 Data visualization
- 0.055 Data Analysis for Genomics
- 0.048 Data science
- 0.035 Big data
- 0.033 Useful data
- 0.025
- 0.025 April 1
- More suggestions...