12
votes

Is there anyway to embed a shiny app into a jupyter notebook? After uploadind the ui.R and server.R files to the same folder where the notebook is, I have tried this code:

%R library(shiny)
%R runApp()

The app executes correctly but it opens a new window. I want to embed the app in the notebook.

Thanks a lot!!

1
maybe you can use an iframe? - Pork Chop
this is not as trivial as you think. - cel

1 Answers

2
votes

Shiny and Jupyter people are thinking about it (June 2016).