8000 unable to plot in jupyter notebook using R kernel · Issue #210 · jupyter/docker-stacks · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
unable to plot in jupyter notebook using R kernel #210
Closed
@fyears

Description

@fyears

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))

capture

The #54 might relevant, but I am using the most up-to-todate image (20160519) .

Metadata

Metadata

Assignees

No one assigned

    Labels

    tag:UpstreamA problem with one of the upstream packages installed in the docker imagestype:BugA problem with the definition of one of the docker images maintained here

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0