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'm thinking we could parse the code and look for top-level assignments, and declare every assigned variable as global.
Thanks for raising this issue @jasongrout !
I'm curious how this interacts with
global
variables inside a function inside a cell, for example:This prints out
5
with the current ipykernel, which is what I would expect.The text was updated successfully, but these errors were encountered: