Greetings,
Im trying to deploy a shiny + plotly app and the problem is it works perfectly in RStudio, but not in IRKernel (its a JupyterHub add-on).
As I see, there are static resources that browser requests and are served by RStudio, but not by Jupyter.
For example,
/plotly-binding-4.8.0/plotly.js
I cant see whats wrong with my R / shiny / plotly + Jupyter installation.
It would be good to know how shiny knows the resource name that actually belongs to another package (plotly), so it could help me to resolve the problem.
There is no plotly-binding-4.8.0 in the filesystem, plotly only.
Thanks.