Mike Ossareh
08/14/2023, 6:02 PMfrom flytekit.models import task
results in broken stack traces in ipython? I'm digging in right now (before opening a ticket), but if anyone has seen it / has any idea what is going on please ping me.import os.environ
os.environ["FLYTE_SDK_RICH_TRACEBACKS"] = 0
import flytekit
raise Exception("foo")
seems something about the way traceback.install() work breaks in a jupyter environment.