You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 7, 2025. It is now read-only.
By far, the most common language request is R. If we're going to support something else, this might be a good choice. At least one person has describe a single notebook with R + Python as a a killer app for themselves.
Some design questions:
How do we run R code without including R as a required dependency?
How do we run R code in general (should be easy given the modular Vizier backend framework)?
How do we sneak library code into R (prefixing instructions onto the script?)?
How do we get datasets into/out of R (Need to set up an API to talk to Mimir)?
How do we get console output from R?
How do we get graphical output, for example from GGPlot?