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
Hello,
after successfully pip installing juliacall and loading its ipython extension, I cannot find a way to access variables defined on the python side.
Say I have a normal python cell
python_variable="find me"
I now would like to access this from julia
%%julia
using PythonCall
# pyeval(...) ?
# pybuiltins... ?
I haven't found a way. Can you help and provide some documentation?