Hello !
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).
Thx a lots, and have a nice week.
Cyril.