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
Thanks for pointing out that the return statement is missing from the example. On a previous version of handcalcs, the locals() dictionary was returned without having to use the return statement. That is no longer the case.
I'm trying to reproduce the example from "Basic Usage 2: As a decorator on your functions, @handcalc()", but the variable
vals
is empty in my case.Using
@handcalc(jupyter_display=True)
does render the LaTeX formulas correctly, but the value ofvals
isNone
.The text was updated successfully, but these errors were encountered: