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
When executing wayflow with the ipython dependency, the function _is_running_in_notebook makes the event loop crash silently. We should not only catch import errors, but also prevent the event loop from crashing
When executing wayflow with the ipython dependency, the function
_is_running_in_notebookmakes the event loop crash silently. We should not only catch import errors, but also prevent the event loop from crashing