You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Showing a traceback can be a security risk in a context such as Voila.
(for instance showing paths, usernames or values in the exception message)
Similar to what we do at notebook execution time at:
voila-dashboards/voila#758
here we also disable the transfer of tracebacks at runtime.
0 commit comments