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
If I have Jupyter cell that ends with the express 3 + 4 on the last line, it will display 7 in the output. That is not the case for cells decorated with %%filprofile, because internally the original cell code is wrapped in a function.