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
Hopefully clear in the title. It seems python does not like the ! postfix in function names and I wonder if there is a pythonic way to call a julia function with ! char e.g jl.update!(p) ? I guess using seval would be an option but I would like to pass in a python variable to the julia function.