Hi all, is there a way to use the variable explorer in RStudio with python variables? I am not seeing them in my environment, I am not sure if it is an issue on my side or just not supported currently.
reticulate RStudio variable explorer
I think it depends how you use python with R
See different usages (Rmd, source_python
, ...)
Some of them will allow you to get some python object back into R I guess.
To see directly Python object in environment, there is an opened feature request you can give a to
Hope it helps
2 Likes
Thanks, that's exactly what I was trying to find out. Hope to see it in future versions.