panel - PyPI
https://pypi.org/project/panel09.12.2021 · Panel works with visualizations from Bokeh, Matplotlib, HoloViews, and many other Python plotting libraries, making them instantly viewable either individually or when combined with interactive widgets that control them.
Python Tkinter Panel - Python Guides
https://pythonguides.com/python-tkinter-panel04.10.2021 · Python Tkinter panel In this section, we will learn how to create a panel in Python Tkinter. The panel behaves like a container, it contains several panes as a child widget and is arranged vertically or horizontally. The child widget can be resized by the user and every pane contain one widget. Syntax: p1 = PanedWindow (master,options)