Copy paste a jupyter notebook

Hello,

I've written a jupyter notebook where I state and demonstrate a theorem.
How can I create a shiny webapp in which the theorem & the demonstration?

I'm not 100% clear on what is done within your Jupyter Notebook, but if you are using R or Python code, then both can definitely be included within a Shiny application!

This guide, which links to tons of other materials, might give you some better direction: https://shiny.rstudio.com/tutorial/

You might also check out this article on a "reticulated" Shiny application using R and Python code: https://rviews.rstudio.com/2018/04/17/reticulated-shiny/

1 Like

This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.