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
Only print statements show up which is a bit limiting.
This seems to be because we are executing the code without using the ipython interpreter (exec(cell['code'], self.ns)) so we may need to look into doing that a bit differently.