Skip to content

IPython #
Find similar titles

Structured data

Date Published
Image
Programming Language
Python
URL

파이썬을 위한 상호 반응형 (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

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 #

Related Codes #

Related Articles #

Related Software Applications #

Related Books #

Suggested Pages #

web biohackers.net
0.0.1_20140628_0