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 Books (Book 1) #
Related Articles (Article 2) #
Related Software Applications (SoftwareApplication 3) #
Related Codes (Code 4) #
Suggested Pages #
- 0.132 Data science
- 0.083 Genetics
- 0.069 Python for Scientists
- 0.062 GenePattern
- 0.053 Data visualization
- 0.047 Big data
- 0.043 Jinwoo Choi
- 0.040 Data Analysis for Genomics
- 0.025 Javascript
- 0.025
- More suggestions...