[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-2712":3},{"id":4,"name":5,"fullName":6,"owner":5,"repo":5,"description":7,"homepage":8,"htmlUrl":9,"language":10,"languages":9,"totalLinesOfCode":9,"stars":11,"forks":12,"watchers":13,"openIssues":14,"contributorsCount":15,"subscribersCount":15,"size":15,"stars1d":15,"stars7d":16,"stars30d":17,"stars90d":15,"forks30d":15,"starsTrendScore":15,"compositeScore":18,"rankGlobal":9,"rankLanguage":9,"license":19,"archived":20,"fork":20,"defaultBranch":21,"hasWiki":22,"hasPages":20,"topics":23,"createdAt":9,"pushedAt":9,"updatedAt":32,"readmeContent":33,"aiSummary":34,"trendingCount":15,"starSnapshotCount":15,"syncStatus":16,"lastSyncTime":35,"discoverSource":36},2712,"ipython","ipython\u002Fipython","Official repository for IPython itself. Other repos in the IPython organization contain things like the website, documentation builds, etc.","https:\u002F\u002Fipython.readthedocs.org",null,"Python",16708,4485,712,1559,0,2,17,45,"BSD 3-Clause \"New\" or \"Revised\" License",false,"main",true,[24,25,26,5,27,28,29,30,31],"closember","data-science","hacktoberfest","jupyter","notebook","python","repl","spec-0","2026-06-12 02:00:43",".. image:: https:\u002F\u002Fcodecov.io\u002Fgithub\u002Fipython\u002Fipython\u002Fcoverage.svg?branch=main\n    :target: https:\u002F\u002Fcodecov.io\u002Fgithub\u002Fipython\u002Fipython?branch=main\n\n.. image:: https:\u002F\u002Fimg.shields.io\u002Fpypi\u002Fv\u002FIPython.svg\n    :target: https:\u002F\u002Fpypi.python.org\u002Fpypi\u002Fipython\n\n.. image:: https:\u002F\u002Fgithub.com\u002Fipython\u002Fipython\u002Factions\u002Fworkflows\u002Ftest.yml\u002Fbadge.svg\n    :target: https:\u002F\u002Fgithub.com\u002Fipython\u002Fipython\u002Factions\u002Fworkflows\u002Ftest.yml\n\n.. image:: https:\u002F\u002Fwww.codetriage.com\u002Fipython\u002Fipython\u002Fbadges\u002Fusers.svg\n    :target: https:\u002F\u002Fwww.codetriage.com\u002Fipython\u002Fipython\u002F\n\n.. image:: https:\u002F\u002Fraster.shields.io\u002Fbadge\u002FFollows-SPEC--0000-brightgreen.png\n    :target: https:\u002F\u002Fscientific-python.org\u002Fspecs\u002Fspec-0000\u002F\n\n.. image:: https:\u002F\u002Ftidelift.com\u002Fbadges\u002Fpackage\u002Fpypi\u002Fipython?style=flat\n    :target: https:\u002F\u002Ftidelift.com\u002Fsubscription\u002Fpkg\u002Fpypi-ipython\n\n\n===========================================\n IPython: Productive Interactive Computing\n===========================================\n\nOverview\n========\n\nWelcome to IPython.  Our full documentation is available on `ipython.readthedocs.io\n\u003Chttps:\u002F\u002Fipython.readthedocs.io\u002Fen\u002Fstable\u002F>`_ and contains information on how to install, use, and\ncontribute to the project.\nIPython (Interactive Python) is a command shell for interactive computing in multiple programming languages, originally developed for the Python programming language, that offers introspection, rich media, shell syntax, tab completion, and history.\n\n**Python Support**\n\nStarting after IPython 8.16, we follow `SPEC-0 \u003Chttps:\u002F\u002Fscientific-python.org\u002Fspecs\u002Fspec-0000\u002F>`_\nfor determining the minimum supported Python version. Python 3.11 support is\nadditionally maintained thanks to funding from the\n`D. E. Shaw group \u003Chttps:\u002F\u002Fdeshaw.com\u002F>`_.\n\nIPython requires Python 3.11 or newer.\n\n\nThe Notebook, Qt console and a number of other pieces are now parts of *Jupyter*.\nSee the `Jupyter installation docs \u003Chttps:\u002F\u002Fjupyter.readthedocs.io\u002Fen\u002Flatest\u002Finstall.html>`__\nif you want to use these.\n\nMain features of IPython\n========================\nComprehensive object introspection.\n\nInput history, persistent across sessions.\n\nCaching of output results during a session with automatically generated references.\n\nExtensible tab completion, with support by default for completion of python variables and keywords, filenames and function keywords.\n\nExtensible system of ‘magic’ commands for controlling the environment and performing many tasks related to IPython or the operating system.\n\nA rich configuration system with easy switching between different setups (simpler than changing $PYTHONSTARTUP environment variables every time).\n\nSession logging and reloading.\n\nExtensible syntax processing for special purpose situations.\n\nAccess to the system shell with user-extensible alias system.\n\nEasily embeddable in other Python programs and GUIs.\n\nIntegrated access to the pdb debugger and the Python profiler.\n\n\nDevelopment and Instant running\n===============================\n\nYou can find the latest version of the development documentation on `readthedocs\n\u003Chttps:\u002F\u002Fipython.readthedocs.io\u002Fen\u002Flatest\u002F>`_.\n\nYou can run IPython from this directory without even installing it system-wide\nby typing at the terminal::\n\n   $ python -m IPython\n\nOr see the `development installation docs\n\u003Chttps:\u002F\u002Fipython.readthedocs.io\u002Fen\u002Flatest\u002Finstall\u002Finstall.html#installing-the-development-version>`_\nfor the latest revision on read the docs.\n\nDocumentation and installation instructions for older version of IPython can be\nfound on the `IPython website \u003Chttps:\u002F\u002Fipython.org\u002Fdocumentation.html>`_\n\n\nAlternatives to IPython\n=======================\n\nIPython may not be to your taste; if that's the case there might be similar\nproject that you might want to use:\n\n- The classic Python REPL.\n- `bpython \u003Chttps:\u002F\u002Fbpython-interpreter.org\u002F>`_\n- `mypython \u003Chttps:\u002F\u002Fwww.asmeurer.com\u002Fmypython\u002F>`_\n- `ptpython and ptipython \u003Chttps:\u002F\u002Fpypi.org\u002Fproject\u002Fptpython\u002F>`_\n- `Xonsh \u003Chttps:\u002F\u002Fxon.sh\u002F>`_\n\nIgnoring commits with git blame.ignoreRevsFile\n==============================================\n\nAs of git 2.23, it is possible to make formatting changes without breaking\n``git blame``. See the `git documentation\n\u003Chttps:\u002F\u002Fgit-scm.com\u002Fdocs\u002Fgit-config#Documentation\u002Fgit-config.txt-blameignoreRevsFile>`_\nfor more details.\n\nTo use this feature you must:\n\n- Install git >= 2.23\n- Configure your local git repo by running:\n   - POSIX: ``tools\\configure-git-blame-ignore-revs.sh``\n   - Windows:  ``tools\\configure-git-blame-ignore-revs.bat``\n","IPython是一个为Python设计的交互式计算命令行工具，它提供了丰富的功能来增强编程体验。核心功能包括全面的对象内省、输入历史记录持久化、输出结果缓存及自动引用生成、可扩展的制表符补全（支持Python变量、关键字、文件名等）、一系列用于控制环境和执行任务的“魔法”命令、灵活的配置系统以及与系统shell的集成。此外，IPython还支持会话日志记录、即时运行代码片段等功能，并且可以轻松嵌入到其他Python程序或GUI中。适合于需要高效进行数据分析、科学计算或日常开发调试的各种场景下使用。","2026-06-11 02:50:59","top_language"]