{
"info": {
"author": "PyViz developers",
"author_email": "developers@pyviz.org",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: BSD License",
"Natural Language :: English",
"Operating System :: OS Independent",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Topic :: Scientific/Engineering",
"Topic :: Software Development :: Libraries"
],
"description": "
\n\n-----------------\n\n# A high-level app and dashboarding solution for Python\n\n| | |\n| --- | --- |\n| Build Status | [](https://travis-ci.org/pyviz/panel) [](https://ci.appveyor.com/project/pyviz/panel/branch/master) |\n| Coverage | [](https://codecov.io/gh/pyviz/panel) |\n| Latest dev release | [](https://github.com/pyviz/panel/tags) |\n| Latest release | [](https://github.com/pyviz/panel/releases) [](https://pypi.python.org/pypi/panel) [](https://anaconda.org/pyviz/panel) [](https://anaconda.org/conda-forge/panel) [](https://anaconda.org/anaconda/panel) |\n| Docs | [](https://github.com/pyviz/panel/tree/gh-pages) [](https://panel.pyviz.org) |\n\n\n## What is it?\n\nPanel provides tools for easily composing widgets, plots, tables, and other viewable objects and controls into control panels, apps, and dashboards. Panel works with visualizations from [Bokeh](https://bokeh.pydata.org), [Matplotlib](matplotlib.org), [HoloViews](https://holoviews.org), and other Python plotting libraries, making them instantly viewable either individually or when combined with interactive widgets that control them. Panel works equally well in [Jupyter Notebooks](http://jupyter.org), for creating quick data-exploration tools, or as standalone deployed apps and dashboards, and allows you to easily switch between those contexts as needed.\n\nPanel makes it simple to make:\n\n- Plots with user-defined controls\n- Property sheets for editing parameters of objects in a workflow\n- Control panels for simulations or experiments\n- Custom data-exploration tools\n- Dashboards reporting key performance indicators (KPIs) and trends\n- Data-rich Python-backed web servers\n- and anything in between\n\nPanel objects are reactive, immediately updating to reflect changes to their state, which makes it simple to compose viewable objects and link them into simple, one-off apps to do a specific exploratory task. The same objects can then be reused in more complex combinations to build more ambitious apps, while always sharing the same code that works well on its own.\n\n
Interact![]() | \n Gapminders![]() | \n NYC Taxi![]() | \n Glaciers![]() | \n