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
Currently sos-r uses run_cell function to execute statement for variable assignment. With the silent=True parameter nothing is displayed even if there were warning and error messages.
It is worthwhile to investigate the use of get_response function to execute the statement, capture and display the warning and error messages.
A good example to trigger the warning is from #24 for out-of-range integers.