2

我正在尝试在 jupyter 笔记本中渲染 rCharts 图。代码片段运行没有任何错误,但不显示输出。

示例代码片段,

require(rCharts)
r1 <- rPlot(mpg ~ wt | am + vs, data = mtcars, type = "point", color = "gear")
r1$print
4

0 回答 0