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
In the textbox example we need eval because we are taking symbolic input from
the user and then plotting it. I restricted the namespaces a bit to set a
better example, but I think we fundamentally do need to use `eval` in this
case.
In the qt editor eval was changed to ast.literal_eval which only
handles literals so is safer.
0 commit comments