Hi Jeremie, > Many thanks for this package. It seems like a better way all together > to manipulate python output.
I don't disagree, at least when it comes to handling dataframes. This is because ob-reticulate makes the block actually executed with ob-R.el instead of ob-python.el. R has better built-in support for manipulating dataframes, which ob-R.el can take advantage of when handling output. I tried before to improve ob-python handling of dataframes, plots, and other results, but the code got a bit messy and I decided to put it on ice. I may return to it, some day. Cheers, Jack