Jupyter R Notebook Stack


This notebook server is running inside a Singularity container built by importing the jupyter/r-notebook Docker image, provided by the official Jupyter Docker stacks (https://github.com/jupyter/docker-stacks).


In [1]:
library("ggplot2")
giraffe_plot <- ggplot(msleep, aes(x=bodywt,y=sleep_total)) + geom_point()
giraffe_plot



In [ ]: