Hi, I am a regular Rstudio/RMarkdown user on the transition to using Jupyter instead. There are two tools that I really like to use in RMarkdown:
datatable <https://datatables.net/> plotly <https://plot.ly/ggplot2/> In RMarkdown, it is mainstream to use datatable to pretty print a data frame, and to use plotly for interactive plots. When a Rmd file is knit to HTML, a single .html file is generated which contains all the necessary javascript to still power datatable and plotly. When I run a Jupyter server, I can still use the R kernel and use datatable and plotly. However, when I go to download the notebook as .html (for example to archive this notebook), I don't get the javascript needed to run datatable/plotly. Are there any extensions that would enable something similar to RMarkdown + knit, where I can still use the javascript tools outside of the notebook server? Thanks -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/f28aea34-af88-4226-a3ad-3427591c1326%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
