iPython 설치하기

iPython은 명령창에서 소스 컬러를 지원하고편리한 도움말을 제공해준다.

가볍고, 편하고, 강력하다.

향상된 대화형 파이썬 인터프리터로서과학계산 파이썬 개발자들 대부분이 사용한다.

iPython장점

  • Powerful interactive shells (terminal and Qt-based).
  • A browser-based notebook with support for code, text, mathematical expressions, inline plots and other rich media.
  • Support for interactive data visualization and use of GUI toolkits.
  • Flexible, embeddable interpreters to load into your own projects.
  • Easy to use, high performance tools for parallel computing.

설치하기

The IPython Notebook

IPython Notebook은 코드 실행, 텍스트, 수학, Plot 및 Rich Media를 단일 문서에 결합 할 수있는 웹 기반 대화식 계산 환경입니다.

http://nbviewer.ipython.org/github/ipython/ipython/blob/2.x/examples/Notebook/Index.ipynb

iPython Command Example

  Examples
--------
    ipython --matplotlib       # enable matplotlib integration
    ipython --matplotlib=qt    # enable matplotlib integration with qt4 backend
    ipython --log-level=DEBUG  # set logging to DEBUG
    ipython --profile=foo      # start with profile foo
    ipython qtconsole          # start the qtconsole GUI application
    ipython help qtconsole     # show the help for the qtconsole subcmd
    ipython console            # start the terminal-based console application
    ipython help console       # show the help for the console subcmd
    ipython notebook           # start the IPython notebook
    ipython help notebook      # show the help for the notebook subcmd
    ipython profile create foo # create profile foo w/ default config files
    ipython help profile       # show the help for the profile subcmd
    ipython locate             # print the path to the IPython directory
    ipython locate profile foo # print the path to the directory for profile `foo`
    ipython nbconvert           # convert notebooks to/from other formats

iPython Notebook Example

 Examples
--------
    ipython notebook                       # start the notebook
    ipython notebook --profile=sympy       # use the sympy profile
    ipython notebook --certfile=mycert.pem # use SSL/TLS certificate

iPython Notebook 실행화면

iPython Notebook접속

results matching ""

    No results matching ""