This project is no longer being actively maintained and there are no plans to update it in the future. As such, I cannot guarantee that the code and resources contained in this repository are up-to-date or secure.
I strongly advise you to exercise caution if you decide to continue using or building upon the work that has been done here. You should carefully review and test any code that you plan to use, and you should be aware that there may be security vulnerabilities or other issues that could impact your project.
CI | |
---|---|
Docs | |
Package | |
License |
Panelify is a Python library that makes it easy to create dashboards from static images/plots/charts via the Panel and Pandas libraries.
- Simple API: We've attempted to make the API as intuitive and easy to learn as possible.
- Flexibity: Panelify is built on top of Panel, so if you need more control, you can always fall back on Panel's API.
Panelify can be installed from PyPI with pip:
python -m pip install panelify
Panelify will also be available from conda-forge for conda installations:
conda install -c conda-forge panelify
See documentation for more information.