panel 1.7.1


pip install panel

  Latest version

Released: May 28, 2025


Meta
Author: HoloViz developers
Maintainer: HoloViz developers
Requires Python: >=3.10

Classifiers

Development Status
  • 5 - Production/Stable

Intended Audience
  • Developers
  • Financial and Insurance Industry
  • Healthcare Industry
  • Information Technology
  • Legal Industry
  • Other Audience
  • Science/Research

License
  • OSI Approved :: BSD License

Natural Language
  • English

Operating System
  • OS Independent

Programming Language
  • Python :: 3
  • Python :: 3.10
  • Python :: 3.11
  • Python :: 3.12
  • Python :: 3.13

Topic
  • Office/Business
  • Office/Business :: Financial
  • Scientific/Engineering
  • Scientific/Engineering :: Information Analysis
  • Scientific/Engineering :: Visualization
  • Software Development :: Libraries
Panel logo -- text is white in dark theme and black in light theme

Panel: The powerful data exploration & web app framework for Python

Panel is an open-source Python library that lets you easily build powerful tools, dashboards and complex applications entirely in Python. It has a batteries-included philosophy, putting the PyData ecosystem, powerful data tables and much more at your fingertips. High-level reactive APIs and lower-level callback based APIs ensure you can quickly build exploratory applications, but you aren't limited if you build complex, multi-page apps with rich interactivity. Panel is a member of the HoloViz ecosystem, your gateway into a connected ecosystem of data exploration tools.


Enjoying Panel? Show your support with a Github star — it’s a simple click that means the world to us and helps others discover it too! ⭐️


Downloads PyPi Downloads Conda Downloads
Build Status Linux/MacOS Build Status
Coverage codecov
Latest dev release Github tag dev-site
Latest release Github release PyPI version panel version conda-forge version defaults version
Docs gh-pages site site
Notebooks dev-site
Support Discourse Discord

Home | Installation instructions | Getting Started Guide | Reference Guides | Examples | License | Support

Panel works with the tools you know and love

Panel makes it easy to combine widgets, plots, tables and other viewable Python objects into custom analysis tools, applications, and dashboards.

Panel NYC Taxi Linked Brushing


Panel works really well with the visualization tools you already know and love like Altair/ Vega, Bokeh, Datashader, Deck.gl/ pydeck, Echarts/ pyecharts, Folium, HoloViews, hvPlot, plotnine, Matplotlib, Plotly, PyVista/ VTK, Seaborn and more. Panel also works with the ipywidgets ecosystem.

Pythons DataViz works with Panel

Panel provides bi-directional communication making it possible to react to clicks, selections, hover etc. events.

Vega Selections

You can develop in Jupyter Notebooks as well as editors like VS Code, PyCharm or Spyder.

Panel provides a unique combination of deployment options. You can share your data and models as

  • a web application running on the Tornado (default), Flask, Django or Fast API web server.
  • a stand alone client side application powered by Pyodide or PyScript via panel convert.
  • an interactive Jupyter notebook component.
  • a static .html web page, a .gif video, a .png image and more.

Panel has something to offer for every one from beginner to data pro.

Panel is a member of the HoloViz ecosystem

Panel is a member of the ambitious HoloViz dataviz ecosystem and has first class support for the other members like hvPlot (simple .hvplot plotting api), HoloViews (powerful plotting api), and Datashader (big data viz).

Panel is built on top of Param. Param enables you to annotate your code with parameter ranges, documentation, and dependencies between parameters and code. With this approach,

  • you don't ever have to commit to whether your code will be used in a notebook, a data app, in batch processing, or reports.
  • you will write less code and be able to develop large, maintainable code bases!

Mini getting-started

Head over to the getting started guide for more!

Installation Instructions

Panel can be installed on Linux, Windows, or Mac with conda:

conda install panel

or with pip:

pip install panel

See the Environments section below for additional instructions for your environment.

Interactive data apps

Bring your data or model

def model(n=5):
    return "⭐"*n

Bind it to a Panel widget and lay it out.

import panel as pn

pn.extension()

slider = pn.widgets.IntSlider(value=5, start=1, end=5)

interactive_model = pn.bind(model, n=slider)

layout = pn.Column(slider, interactive_model)

Panel Notebook Example

For deployment on a web server wrap it in a nice template.

pn.template.FastListTemplate(
    site="Panel", title="Example", main=[layout],
).servable()

Start the server with

panel serve name_of_script.py --show

or

panel serve name_of_notebook.ipynb --show

Panel Example App

Examples

Panel Gallery

Panel Chat Examples

Awesome Panel Gallery

HoloViz Examples Gallery

Get started

Develop applications in your favorite notebook or editor environment, including Jupyter(Lab) notebooks, VSCode, Google Colab and many more, see our getting started guide for more details.

Support & Feedback

For more detail check out the HoloViz Community Guide.

Contributing ❤️

Check out the Contributing Guide.

License

Panel is completely free and open-source. It is licensed under the BSD 3-Clause License.

Sponsors

The Panel project is also very grateful for the sponsorship by the organizations and companies below:

Anaconda Logo Blackstone Logo NumFOCUS Logo Quansight Logo
1.7.1 May 28, 2025
1.7.1rc0 May 28, 2025
1.7.1a0 May 27, 2025
1.7.0 May 16, 2025
1.7.0rc1 May 15, 2025
1.7.0a1 May 08, 2025
1.6.3 Apr 23, 2025
1.6.3rc1 Apr 22, 2025
1.6.3a2 Apr 18, 2025
1.6.3a1 Apr 03, 2025
1.6.2 Mar 28, 2025
1.6.2rc3 Mar 27, 2025
1.6.2rc2 Mar 26, 2025
1.6.2rc1 Mar 24, 2025
1.6.2b1 Mar 18, 2025
1.6.2a4 Mar 13, 2025
1.6.2a3 Mar 07, 2025
1.6.2a2 Mar 05, 2025
1.6.2a1 Feb 25, 2025
1.6.1 Feb 14, 2025
1.6.1rc2 Feb 13, 2025
1.6.1rc1 Feb 12, 2025
1.6.1a1 Feb 12, 2025
1.6.0 Jan 23, 2025
1.6.0rc1 Jan 22, 2025
1.6.0b1 Jan 21, 2025
1.5.5 Dec 18, 2024
1.5.5rc1 Dec 18, 2024
1.5.4 Nov 12, 2024
1.5.4a2 Nov 11, 2024
1.5.4a1 Nov 08, 2024
1.5.3 Oct 23, 2024
1.5.3b1 Oct 18, 2024
1.5.3a1 Oct 17, 2024
1.5.2 Oct 03, 2024
1.5.2a0 Sep 30, 2024
1.5.1 Sep 27, 2024
1.5.1a2 Sep 27, 2024
1.5.1a1 Sep 23, 2024
1.5.0 Sep 16, 2024
1.5.0rc2 Sep 12, 2024
1.5.0rc1 Sep 05, 2024
1.5.0rc0 Sep 03, 2024
1.5.0b8 Aug 27, 2024
1.5.0b7 Aug 27, 2024
1.5.0b6 Aug 26, 2024
1.5.0b5 Aug 20, 2024
1.5.0b4 Aug 13, 2024
1.5.0b3 Aug 07, 2024
1.5.0b2 Jul 24, 2024
1.5.0b1 Jul 16, 2024
1.5.0a8 Jun 28, 2024
1.5.0a7 Jun 25, 2024
1.5.0a6 Jun 11, 2024
1.5.0a5 Jun 04, 2024
1.5.0a4 Jun 04, 2024
1.5.0a3 May 20, 2024
1.5.0a2 May 10, 2024
1.5.0a1 May 08, 2024
1.4.5 Aug 02, 2024
1.4.5rc2 Jul 29, 2024
1.4.5rc1 Jul 25, 2024
1.4.5b2 Jul 16, 2024
1.4.5b1 Jul 12, 2024
1.4.5a4 Jul 11, 2024
1.4.5a3 Jul 10, 2024
1.4.5a1 Jun 12, 2024
1.4.4 May 31, 2024
1.4.4rc1 May 31, 2024
1.4.3 May 23, 2024
1.4.3rc1 May 21, 2024
1.4.3a2 May 09, 2024
1.4.3a1 Apr 30, 2024
1.4.2 Apr 23, 2024
1.4.2rc2 Apr 22, 2024
1.4.2rc1 Apr 19, 2024
1.4.1 Apr 09, 2024
1.4.1rc3 Apr 08, 2024
1.4.1rc2 Apr 05, 2024
1.4.1rc1 Apr 05, 2024
1.4.1a1 Mar 28, 2024
1.4.0 Mar 27, 2024
1.4.0rc7 Mar 27, 2024
1.4.0rc6 Mar 25, 2024
1.4.0rc5 Mar 24, 2024
1.4.0rc4 Mar 22, 2024
1.4.0rc3 Mar 19, 2024
1.4.0rc2 Mar 15, 2024
1.4.0rc1 Mar 15, 2024
1.4.0b3 Mar 13, 2024
1.4.0b2 Mar 07, 2024
1.4.0b1 Mar 06, 2024
1.4.0a2 Feb 23, 2024
1.4.0a1 Jan 15, 2024
1.3.9a1 Feb 28, 2024
1.3.8 Jan 24, 2024
1.3.8rc2 Jan 24, 2024
1.3.8rc1 Jan 22, 2024
1.3.7 Jan 19, 2024
1.3.7rc3 Jan 19, 2024
1.3.7rc2 Jan 18, 2024
1.3.7rc1 Jan 18, 2024
1.3.6 Dec 20, 2023
1.3.6rc1 Dec 20, 2023
1.3.5 Dec 18, 2023
1.3.5rc2 Dec 18, 2023
1.3.5rc1 Dec 15, 2023
1.3.5a1 Dec 12, 2023
1.3.4 Nov 29, 2023
1.3.3 Nov 29, 2023
1.3.3rc1 Nov 29, 2023
1.3.2 Nov 22, 2023
1.3.2rc2 Nov 22, 2023
1.3.2rc1 Nov 22, 2023
1.3.2a1 Nov 08, 2023
1.3.1 Oct 31, 2023
1.3.1rc1 Oct 31, 2023
1.3.0 Oct 24, 2023
1.3.0rc3 Oct 23, 2023
1.3.0rc2 Oct 19, 2023
1.3.0rc1 Oct 18, 2023
1.3.0b2 Oct 17, 2023
1.3.0b1 Oct 17, 2023
1.3.0a9 Oct 11, 2023
1.3.0a8 Oct 11, 2023
1.3.0a7 Oct 05, 2023
1.3.0a6 Oct 05, 2023
1.3.0a5 Oct 05, 2023
1.3.0a3 Sep 25, 2023
1.3.0a2 Sep 25, 2023
1.3.0a1 Sep 24, 2023
1.2.3 Sep 18, 2023
1.2.3rc1 Sep 15, 2023
1.2.2 Sep 01, 2023
1.2.2rc1 Sep 01, 2023
1.2.2a4 Aug 31, 2023
1.2.2a3 Aug 23, 2023
1.2.2a2 Aug 17, 2023
1.2.2a1 Aug 03, 2023
1.2.1 Jul 25, 2023
1.2.1rc1 Jul 24, 2023
1.2.1a1 Jul 18, 2023
1.2.0 Jul 06, 2023
1.2.0a2 Jul 05, 2023
1.2.0a1 Jun 29, 2023
1.1.1 Jun 21, 2023
1.1.1rc1 Jun 20, 2023
1.1.0 Jun 05, 2023
1.1.0rc2 Jun 05, 2023
1.1.0rc1 Jun 05, 2023
1.0.4 May 31, 2023
1.0.4rc3 May 31, 2023
1.0.4rc2 May 31, 2023
1.0.4rc1 May 30, 2023
1.0.3 May 25, 2023
1.0.3rc1 May 25, 2023
1.0.2 May 20, 2023
1.0.2a1 May 18, 2023
1.0.1 May 18, 2023
1.0.0 May 17, 2023
1.0.0rc11 May 17, 2023
1.0.0rc10 May 16, 2023
1.0.0rc9 May 15, 2023
1.0.0rc8 May 12, 2023
1.0.0rc7 May 09, 2023
1.0.0rc6 May 08, 2023
1.0.0rc5 May 07, 2023
1.0.0rc4 May 06, 2023
1.0.0rc3 May 04, 2023
1.0.0rc2 May 03, 2023
1.0.0rc1 Apr 27, 2023
1.0.0b18 Apr 27, 2023
1.0.0b17 Apr 25, 2023
1.0.0b16 Apr 19, 2023
1.0.0b15 Apr 17, 2023
1.0.0b14 Apr 17, 2023
1.0.0b13 Apr 16, 2023
1.0.0b12 Apr 12, 2023
1.0.0b11 Apr 11, 2023
1.0.0b10 Apr 10, 2023
1.0.0b9 Apr 09, 2023
1.0.0b8 Apr 07, 2023
1.0.0b7 Mar 27, 2023
1.0.0b6 Mar 27, 2023
1.0.0b5 Mar 26, 2023
1.0.0b4 Mar 24, 2023
1.0.0b3 Mar 21, 2023
1.0.0b2 Mar 15, 2023
1.0.0b1 Mar 14, 2023
1.0.0a5 Mar 10, 2023
1.0.0a4 Mar 10, 2023
1.0.0a3 Mar 06, 2023
1.0.0a2 Mar 04, 2023
1.0.0a1 Feb 28, 2023
0.14.4 Mar 03, 2023
0.14.4rc2 Mar 03, 2023
0.14.4rc1 Mar 03, 2023
0.14.3 Jan 31, 2023
0.14.3rc3 Jan 31, 2023
0.14.3rc2 Jan 30, 2023
0.14.3rc1 Jan 27, 2023
0.14.3a2 Jan 19, 2023
0.14.3a1 Jan 17, 2023
0.14.2 Dec 16, 2022
0.14.2rc2 Dec 16, 2022
0.14.2rc1 Dec 14, 2022
0.14.2b1 Dec 13, 2022
0.14.2a6 Nov 29, 2022
0.14.2a5 Nov 22, 2022
0.14.2a1 Nov 15, 2022
0.14.1 Oct 29, 2022
0.14.1rc3 Oct 28, 2022
0.14.1rc2 Oct 20, 2022
0.14.1rc1 Oct 19, 2022
0.14.1a2 Oct 17, 2022
0.14.1a1 Oct 14, 2022
0.14.0 Oct 05, 2022
0.14.0rc6 Oct 05, 2022
0.14.0rc5 Oct 04, 2022
0.14.0rc4 Oct 04, 2022
0.14.0rc3 Sep 30, 2022
0.14.0rc2 Sep 27, 2022
0.14.0rc1 Sep 26, 2022
0.14.0a26 Sep 22, 2022
0.14.0a25 Sep 22, 2022
0.14.0a24 Sep 21, 2022
0.14.0a23 Sep 20, 2022
0.14.0a22 Sep 19, 2022
0.14.0a21 Sep 18, 2022
0.14.0a20 Sep 18, 2022
0.14.0a19 Sep 18, 2022
0.14.0a18 Sep 18, 2022
0.14.0a17 Sep 17, 2022
0.14.0a16 Sep 16, 2022
0.14.0a15 Sep 15, 2022
0.14.0a14 Sep 14, 2022
0.14.0a13 Sep 13, 2022
0.14.0a12 Sep 13, 2022
0.14.0a11 Sep 07, 2022
0.14.0a10 Aug 31, 2022
0.14.0a9 Aug 30, 2022
0.14.0a8 Aug 26, 2022
0.14.0a7 Aug 26, 2022
0.14.0a6 Aug 25, 2022
0.14.0a4 Jul 05, 2022
0.14.0a3 Jul 05, 2022
0.14.0a2 Jun 13, 2022
0.14.0a1 Jun 09, 2022
0.13.1 May 24, 2022
0.13.1rc3 May 23, 2022
0.13.1rc2 May 21, 2022
0.13.1rc1 May 20, 2022
0.13.1a7 May 16, 2022
0.13.1a6 May 11, 2022
0.13.1a5 May 10, 2022
0.13.1a4 May 06, 2022
0.13.1a3 May 04, 2022
0.13.1a2 Apr 26, 2022
0.13.1a1 Apr 16, 2022
0.13.0 Apr 15, 2022
0.13.0rc12 Apr 15, 2022
0.13.0rc11 Apr 14, 2022
0.13.0rc10 Apr 10, 2022
0.13.0rc9 Apr 09, 2022
0.13.0rc8 Apr 08, 2022
0.13.0rc7 Apr 08, 2022
0.13.0rc6 Apr 08, 2022
0.13.0rc5 Apr 07, 2022
0.13.0rc4 Apr 07, 2022
0.13.0rc3 Apr 06, 2022
0.13.0rc2 Apr 05, 2022
0.13.0rc1 Apr 04, 2022
0.13.0a47 Mar 29, 2022
0.13.0a46 Mar 25, 2022
0.13.0a45 Mar 22, 2022
0.13.0a44 Mar 21, 2022
0.13.0a43 Mar 17, 2022
0.13.0a42 Mar 09, 2022
0.13.0a41 Mar 08, 2022
0.13.0a40 Feb 21, 2022
0.13.0a39 Feb 15, 2022
0.13.0a38 Feb 10, 2022
0.13.0a37 Feb 09, 2022
0.13.0a36 Feb 01, 2022
0.13.0a32 Jan 24, 2022
0.13.0a31 Jan 21, 2022
0.13.0a30 Jan 20, 2022
0.13.0a29 Jan 20, 2022
0.13.0a28 Jan 18, 2022
0.13.0a27 Jan 17, 2022
0.13.0a26 Jan 14, 2022
0.13.0a25 Jan 06, 2022
0.13.0a24 Jan 05, 2022
0.13.0a23 Dec 14, 2021
0.13.0a22 Dec 13, 2021
0.13.0a21 Dec 08, 2021
0.13.0a20 Dec 03, 2021
0.13.0a19 Nov 29, 2021
0.13.0a18 Nov 29, 2021
0.13.0a17 Nov 23, 2021
0.13.0a16 Nov 12, 2021
0.13.0a15 Nov 11, 2021
0.13.0a14 Nov 08, 2021
0.13.0a13 Nov 06, 2021
0.13.0a12 Nov 04, 2021
0.13.0a11 Nov 02, 2021
0.13.0a10 Nov 02, 2021
0.13.0a9 Oct 19, 2021
0.13.0a8 Oct 18, 2021
0.13.0a7 Oct 11, 2021
0.13.0a6 Oct 04, 2021
0.13.0a5 Sep 02, 2021
0.13.0a4 Aug 29, 2021
0.13.0a3 Aug 29, 2021
0.13.0a2 Aug 26, 2021
0.13.0a1 Aug 24, 2021
0.12.7 Mar 27, 2022
0.12.7rc2 Mar 26, 2022
0.12.6 Dec 09, 2021
0.12.6rc3 Dec 09, 2021
0.12.6rc2 Dec 09, 2021
0.12.6rc1 Dec 08, 2021
0.12.5 Nov 23, 2021
0.12.5rc3 Nov 23, 2021
0.12.5rc2 Nov 22, 2021
0.12.5rc1 Nov 19, 2021
0.12.4 Sep 27, 2021
0.12.4rc3 Sep 27, 2021
0.12.4rc2 Sep 27, 2021
0.12.4rc1 Sep 25, 2021
0.12.3 Sep 17, 2021
0.12.3rc1 Sep 17, 2021
0.12.2 Sep 16, 2021
0.12.2rc1 Sep 16, 2021
0.12.1 Aug 10, 2021
0.12.1rc4 Aug 10, 2021
0.12.1rc3 Aug 03, 2021
0.12.1rc2 Aug 03, 2021
0.12.1rc1 Aug 03, 2021
0.12.1a1 Jul 29, 2021
0.12.0 Jul 20, 2021
0.12.0rc13 Jul 20, 2021
0.12.0rc12 Jul 19, 2021
0.12.0rc11 Jul 12, 2021
0.12.0rc10 Jul 10, 2021
0.12.0rc8 Jul 08, 2021
0.12.0rc7 Jul 08, 2021
0.12.0rc6 Jul 08, 2021
0.12.0rc5 Jul 06, 2021
0.12.0rc4 Jul 05, 2021
0.12.0rc3 Jul 02, 2021
0.12.0rc2 Jul 01, 2021
0.12.0rc1 Jul 01, 2021
0.12.0a22 Jun 29, 2021
0.12.0a21 Jun 24, 2021
0.12.0a20 Jun 19, 2021
0.12.0a18 Jun 18, 2021
0.12.0a17 Jun 17, 2021
0.12.0a16 Jun 14, 2021
0.12.0a15 Jun 11, 2021
0.12.0a13 Jun 03, 2021
0.12.0a12 Jun 03, 2021
0.12.0a11 May 10, 2021
0.12.0a10 May 05, 2021
0.12.0a9 Apr 30, 2021
0.12.0a8 Apr 26, 2021
0.12.0a7 Apr 23, 2021
0.12.0a6 Apr 14, 2021
0.12.0a5 Apr 12, 2021
0.12.0a4 Apr 09, 2021
0.12.0a3 Mar 31, 2021
0.12.0a2 Mar 31, 2021
0.12.0a1 Mar 29, 2021
0.11.3 Apr 14, 2021
0.11.2 Apr 09, 2021
0.11.2a4 Apr 09, 2021
0.11.2a3 Apr 08, 2021
0.11.2a2 Apr 08, 2021
0.11.2a1 Apr 08, 2021
0.11.1 Mar 15, 2021
0.11.0 Mar 02, 2021
0.11.0rc7 Mar 02, 2021
0.11.0rc6 Mar 02, 2021
0.11.0rc5 Feb 28, 2021
0.11.0rc4 Feb 26, 2021
0.11.0rc3 Feb 26, 2021
0.11.0b1 Feb 23, 2021
0.10.3 Jan 18, 2021
0.10.3rc1 Jan 18, 2021
0.10.2 Nov 18, 2020
0.10.1 Oct 28, 2020
0.10.0 Oct 26, 2020
0.9.7 Jun 23, 2020
0.9.6 Jun 21, 2020
0.9.5 Apr 03, 2020
0.9.4 Apr 02, 2020
0.9.3 Mar 21, 2020
0.9.2 Mar 19, 2020
0.9.1 Mar 13, 2020
0.9.0 Mar 13, 2020
0.8.3 Mar 21, 2020
0.8.2 Mar 21, 2020
0.8.1 Mar 11, 2020
0.8.0 Jan 31, 2020
0.7.0 Nov 18, 2019
0.6.4 Oct 08, 2019
0.6.3 Sep 19, 2019
0.6.2 Aug 08, 2019
0.6.0 Jun 02, 2019
0.5.1 Apr 11, 2019
0.4.0 Jan 28, 2019
0.3.1 Dec 05, 2018
0.3.0 Dec 05, 2018
0.0.1 Aug 24, 2018

Wheel compatibility matrix

Platform Python 3
any

Files in release