Generally, I'm looking to understand how runCode works. I have a few feature requests that I'd love to add to Github and can probably provide better suggestions if I had an intuition on how this works. My feature suggestions:
- I would love the output of runCode in the Console to look and feel similar to running scripts in R (code in blue and output in black/grey; right now everything is black and hard to read in the console).
- I would love for the output to follow each command/expression in the console (instead of code chunk then result chunk, which makes it difficult to understand where errors/warnings are coming from).
- Separate out loading libraries (and installing libraries) out of runCode execution
- Having the ability to re-run assistant generated code chunks