Hi, I just saw that it's possible to run python code in RNotebook this is pure amazement!
Are there any plans for code completion?
knitr::opts_chunk$set(echo = TRUE)
library(reticulate)
use_python("/home/myuser/home/myuser/dev/anaconda3/envs/pymachine3/bin/python")
import pandas
##### Please Please Code Completion for python in RNotebooks
flights = pandas.read_csv("~/Downloads/flights.csv") ##### Please Please Code Completion for python!!!
print(flights.head())