Skip to content

ggplotly does not render in Jupyter #398

Closed
@rcrezende

Description

@rcrezende

When executing the following in the Jupyter Notebook no plot is returned.

library(plotly)

dsamp <- diamonds[sample(nrow(diamonds), 1000), ]
qplot(carat, price, data=dsamp, colour=clarity)

ggplotly()

Is there any plan on supporting Jupyter?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions