Dear Rstudio.cloud team!
First of all, thank you for the super awesome product you guys have put together. This is simply amazing and very useful for teaching data science.
I am wondering if it is possible to systematically access localhost
of an Rstudio.cloud instance. I see that, for example, shiny is launching in special container, e.g.
https://username.rstudio.cloud/faf8d125351345cb9fd5a3b33f8c1531/?view=shiny
or
https://username.rstudio.cloud/faf8d125351345cb9fd5a3b33f8c1531/p/6105/
when on my local machine it would be in http://127.0.0.1:7444/
This tells me that there's not a simple way of launching like localhost:54321
, which is what I need for. say, web interface to h2o
cluster I managed to launch in space. I understand that you guys need to write custom wrapper for every application (port?) to re-expose it in Rstudio.cloud and there's no way I can just launch arbitrary web app from the cloud instance in browser session. I did not test tensorflow
, but there you have tensorboard
which is also a localhost
web app. Do you guys have to explicitly map ports to folders to enable web access? How about mapping 54321 for H2O Flow, please?