Upon spinning up a new project from within my workspace, I was testing the concept of writing python code via the Cloud interface.
From the terminal, python shows a 2.7 repl, but after install reticulate with install.packages, I am getting the following error:

And after going to the terminal, and attempting to pip install pandas, I saw this error:
Which I completely understand, but perhaps the options to code up in python are removed in RStudio Cloud, to avoid others from chasing this same idea.