att / rcloud.shiny

Shiny support for RCloud
Other
4 stars 12 forks source link

override shiny.tag instead of immediately starting server in rcloud.shinyApp #17

Open gordonwoodhull opened 7 years ago

gordonwoodhull commented 7 years ago

Essentially rcloud.shinyApp should go away and people should just use shinyApp (but keep rcloud.shinyApp as an alias).

We'll implement the print magics spawning the server and connecting it to Rserv, but only in the special session that rcloud.html sets up. Running Shiny in a cell should currently be an error printing a link to shiny.html?notebook=... that should be used instead.

We could also implement Shiny in a cell (#18)