Closed
Description
I am using default configuration of jupyter/datascience-notebook
.
By accessing http://docker.local:8888/
, I could start a notebook with R kernel, but I could not generate plots inside the notebook.
The simple official example:
require(stats) # for lowess, rpois, rnorm
plot(cars)
lines(lowess(cars))
The #54 might relevant, but I am using the most up-to-todate image (20160519) .