When I create a plot in Jupyter using the ggplot2 R package, I get a link to a chart that says "View PDF", and not the chart shown in the line.
I know that traditionally in IPython Notebook you were able to show inline diagrams using the magic %matplotlib function. Does Jupyter have something similar for R and ggplot2?
What do I need to do to show an inline graph versus a PDF link?
r ggplot2 ipython-notebook jupyter
Ryan wade
source share