Skip to content

Support for R Plotly in Zeppelin #20

@NadaKingston

Description

@NadaKingston

Would the R interpreter support plots from Plotly? When I try a Plotly plot, I get the below error:

library(plotly)
p1 <- plot_ly(x = ~rnorm(100), type = "histogram")
p1
"Error in file(con, "rb"): cannot open the connection"

Does Plotly visualization require additional configuration to plot in Zeppelin? Do you have a demo example of Plotly-R in Zeppelin?

Thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions