ipython

Package — NotebookPython 3.7+Beginner

Enhanced interactive Python shell: magic commands, history, completion

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
decorator, jedi, matplotlib-inline, pexpect, prompt-toolkit, pygments, stack-data, traitlets, typing-extensions
Install
pip install ipython

Learn by Difficulty

Quick Example

python
# Install: pip install ipython
import ipython

# Basic ipython usage
print(f"Using ipython")
# See documentation for detailed examples

ipython is a third-party package. Enhanced interactive Python shell: magic commands, history, completion. Install with: pip install ipython

Try in Playground

Tags

packagenotebookinteractiveeducation