Provides an inline Matplotlib backend for Jupyter, enabling figures to display directly within the notebook interface. Current version: 0.2.1. Maintained by the IPython Development Team, with releases as needed to address updates and improvements.
pip install matplotlib-inlineVerified import paths — ran on the pinned version, not inferred.
Basic example to generate and display a sine wave plot inline within a Jupyter notebook.
Install 'matplotlib-inline' using pip: pip install matplotlib-inline
Add '%matplotlib inline' at the beginning of your notebook to enable inline plotting.
Install 'numpy' using pip: pip install numpy
Install 'numpy' using pip: pip install numpy