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
I wonder if it would make sense and possible to allow scalar iteration in REPL tasks, which IIUC are only used to render the results of computations. There doesn't seem to be an API exposing this (the AST transforms affect the expressions that are evaluated in another task), but maybe we could access the task-local storage of Base.active_repl_backend.backend_task and allow scalar iteration there.