When I create a plot in Jupyter using the ggplot2
R package, I get a link to the chart that says "View PDF" instead of the chart being presented inline.
I know that traditionally in IPython Notebook you were able to show the charts inline using the %matplotlib
magic function. Does Jupyter have something similar for R and ggplot2?
What do I need to do to show the graph inline versus as a link to a PDF?