Here is a reproducible example of the problem (R source file) :
library(reticulate)
repl_python()
#> 1. in RStudio IDE, select a tab editing a python file
#> 2. try to send (run) the current line to console (temporarily in python REPL loop) via keyboard shortcuts :
#> - this will ok for shortcut "Run Current Line or Selection (without Moving Cursor)"
#> - but failed for shortcut "Run Current Line or Selection"
And the Python source file from which we want to send command to console :
print "hello, world !"
I guess this is a very light bug fix / improvement, since it's already almost done :
this is ok for the first keyboard shortcut
but it's disallowed (nothing append) for the second keybaord shortcut
Many greetings if this could be fixed (since RStudio + reticulate + Python is a very nice and important feature).
Ok, so I guess that my current RStudio version & platform is at the moment integrating back partially this feature.
Anyway, I dually installed ver. 1.2.792, and everything is ok :nice to see that there is even more tiny useful features bundled with latests version of RStudio & reticulate !