Widget Support Panels #5

Merged
benchinnery merged 9 commits from new_widgets_support into main 2025-10-22 12:04:53 -04:00
Showing only changes of commit 4872eea116 - Show all commits

View File

@ -1,6 +1,6 @@
import numpy as np
import plotly.graph_objects as go
from plotly.graph_objects import Figure
import numpy as np
def create_styled_error_figure(title: str, message: str, suggestion: str = None) -> go.Figure: