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
Rendering 'if' statements as shown below worked with python 3.12 but not with 3.13.
%%render
x = 1
if x == 1: y = 2
The above throws a NameError with python 3.13, and I haven't tried to debug further than that. I'm not sure if this makes sense to fix before handcalcs 2.0; for now I just rolled back to python 3.12.
The text was updated successfully, but these errors were encountered:
Rendering 'if' statements as shown below worked with python 3.12 but not with 3.13.
The above throws a
NameError
with python 3.13, and I haven't tried to debug further than that. I'm not sure if this makes sense to fix before handcalcs 2.0; for now I just rolled back to python 3.12.The text was updated successfully, but these errors were encountered: