freshcrate
Skin:/
Home > Frameworks > matplotlib-inline

matplotlib-inline

Inline Matplotlib backend for Jupyter

Why this rank:Strong adoptionRelease freshnessHealthy release cadence

Description

# Matplotlib Inline Back-end for IPython and Jupyter This package provides support for matplotlib to display figures directly inline in the Jupyter notebook and related clients, as shown below. ## Installation With conda: ```bash conda install -c conda-forge matplotlib-inline ``` With pip: ```bash pip install matplotlib-inline ``` ## Usage Note that in current versions of JupyterLab and Jupyter Notebook, the explicit use of the `%matplotlib inline` directive is not needed anymore, though other third-party clients may still require it. This will produce a figure immediately below: ```python %matplotlib inline import matplotlib.pyplot as plt import numpy as np x = np.linspace(0, 3*np.pi, 500) plt.plot(x, np.sin(x**2)) plt.title('A simple chirp'); ``` ## License Licensed under the terms of the BSD 3-Clause License, by the IPython Development Team (see `LICENSE` file).

Release History

VersionChangesUrgencyDate
main@2026-08-01Latest activity on main branchHigh8/1/2026
0.2.1Imported from PyPI (0.2.1)Low4/21/2026
main@2025-12-01Latest activity on main branchLow12/1/2025
main@2025-12-01Latest activity on main branchLow12/1/2025
main@2025-12-01Latest activity on main branchLow12/1/2025
main@2025-12-01Latest activity on main branchLow12/1/2025
main@2025-12-01Latest activity on main branchLow12/1/2025
main@2025-12-01Latest activity on main branchLow12/1/2025
main@2025-12-01Latest activity on main branchLow12/1/2025
main@2025-12-01Latest activity on main branchLow12/1/2025
main@2025-12-01Latest activity on main branchLow12/1/2025
main@2025-12-01Latest activity on main branchLow12/1/2025
main@2025-12-01Latest activity on main branchLow12/1/2025
main@2025-12-01Latest activity on main branchLow12/1/2025
main@2025-12-01Latest activity on main branchLow12/1/2025
main@2025-12-01Latest activity on main branchLow12/1/2025
0.2.0Tag 0.2.0Low10/16/2025
0.1.7Tag 0.1.7Low4/15/2024
0.1.6Tag 0.1.6Low8/18/2022
0.1.5Tag 0.1.5Low8/16/2022
0.1.4Tag 0.1.4Low8/16/2022
0.1.3Tag 0.1.3Low9/7/2021
0.1.2Tag 0.1.2Low4/20/2021
0.1.1Tag 0.1.1Low4/14/2021
0.1.0Tag 0.1.0Low2/12/2021

Dependencies & License Audit

Loading dependencies...

Similar Packages

jupyter-serverThe backend—i.e. core services, APIs, and REST endpoints—to Jupyter web applications.v2.21.0
jupyterlabJupyterLab computational environmentv4.6.3
notebook-shimA shim layer for notebook traits and config0.2.4
cadwynProduction-ready community-driven modern Stripe-like API versioning in FastAPI7.3.0
hypothesisThe property-based testing library for Pythonv6.167.0

More from pypi

markitdownUtility tool for converting various files to Markdown
fastapiFastAPI framework, high performance, easy to learn, fast to code, ready for production
djangoA high-level Python web framework that encourages rapid development and clean, pragmatic design.
flaskA simple framework for building complex web applications.

More in Frameworks

onnxruntimeONNX Runtime: cross-platform, high performance ML inferencing and training accelerator
bamlThe AI framework that adds the engineering to prompt engineering (Python/TS/Ruby/Java/C#/Rust/Go compatible)
pyodpsODPS Python SDK and data analysis framework
DrasilGenerate all the things (focusing on research software)