About 23,200 results
Open links in new tab
  1. Home | IPython

    IPython provides a rich architecture for interactive computing with a powerful shell, Jupyter kernel support, and flexible tools for parallel and distributed computing.

  2. ipython · PyPI

    3 days ago · Extensible system of ‘magic’ commands for controlling the environment and performing many tasks related either to IPython or the operating system. A rich configuration system with easy …

  3. IPython DocumentationIPython 9.14.1 documentation

    3 days ago · This documentation will walk you through most of the features of the IPython command line and kernel, as well as describe the internal mechanisms in order to improve your Python workflow.

  4. GitHub - ipython/ipython: Official repository for IPython itself. Other ...

    IPython (Interactive Python) is a command shell for interactive computing in multiple programming languages, originally developed for the Python programming language, that offers introspection, rich …

  5. IPython - Wikipedia

    IPython (Interactive Python) is a command shell for interactive computing in multiple programming languages, originally developed for the Python programming language, that offers introspection, rich …

  6. ipython · Python Simple Repository Browser

    IPython provides a rich toolkit to help you make the most out of using Python interactively. Its main components are:

  7. IPython的安装和基本使用 - CSDN博客

    Jun 30, 2023 · IPython是一个强大的Python解释器,提供代码补全、历史记录和富文本输出等功能。 它支持魔术命令、并行计算,并与JupyterNotebook集成,适用于数据分析、科学计算和教学。 用户可 …

  8. Welcome to Python.org

    IPython is a powerful interactive shell that features easy editing and recording of a work session, and supports visualizations and parallel computing. The Software Carpentry Course teaches basic skills …

  9. IPython - Introduction - Online Tutorials Library

    IPython was originally developed by Fernando Perez in 2001 as an enhanced Python interpreter. A web based interface to IPython terminal in the form of IPython notebook was introduced in 2011.

  10. Start the IPython shell - Python for Data Science

    Oct 1, 2024 · You can easily start IPython in a console: Alternatively, you can use IPython in a Jupyter notebook. To do this, start the notebook server first: The standard browser should then be opened …