ipython 8.28.0
0
IPython: Productive Interactive Computing
Contents
IPython: Productive Interactive Computing
Stars: 16277, Watchers: 16277, Forks: 4433, Open Issues: 1697The ipython/ipython
repo was created 14 years ago and the last code push was 3 days ago.
The project is extremely popular with a mindblowing 16277 github stars!
How to Install ipython
You can install ipython using pip
pip install ipython
or add it to a project with poetry
poetry add ipython
Package Details
- Author
- The IPython Development Team
- License
- BSD-3-Clause
- Homepage
- None
- PyPi:
- https://pypi.org/project/ipython/
- Documentation:
- https://ipython.readthedocs.io/
- GitHub Repo:
- https://github.com/ipython/ipython
Classifiers
- System/Shells
Related Packages
Errors
A list of common ipython errors.
Code Examples
Here are some ipython
code examples and snippets.
GitHub Issues
The ipython package has 1697 open issues on GitHub
- Command line text completely disappears after exiting IPython 8.0
- IPython Crashes when appending to non exisiting key of dict
- Typing ❌ into IPython Crashes on Enter
- Add missing auto_match flag in shortcuts.py
- Get history file from shell to debugger if it exists.
- Counters should display from most common to least common
- Typing '%' restrict autocompletion to magics
- Autocompletion inserting extra quotes for words ending in
r
andR
- IPython crashes on metaclass with bad
__prepare__
- Autoformatting in IPython 8 removes parenthesis
- r followed by quote auto-matches with closing quote regardless of context
- nbclient test failing with IPython v8.0.0
- IPython 8 changes terminal cursor
- Is it possible to repeat the nth command from your history like the bang(!) in linux?
- doctest in IPython.core.display.Image requires network connection