helper functions to quick chart in jupyter (chart, Panel)

This commit is contained in:
David Brazda
2024-06-12 06:18:40 +02:00
parent 4b54588f61
commit e9cf847a9a
3 changed files with 114 additions and 1 deletions

View File

@ -2,3 +2,4 @@ from .abstract import AbstractChart, Window
from .chart import Chart
from .widgets import JupyterChart
from .polygon import PolygonChart
from .helpers import chart, Panel