我正在尝试highcharter
在 jupyterlab 中渲染一些图表
data(diamonds, economics_long, mpg, package = "ggplot2")
library(dplyr)
library(highcharter)
hchart(mpg, "scatter", hcaes(x = displ, y = hwy, group = class))
要开始plotlywrapper
工作,您需要安装扩展程序。我可以想象必须建造类似的东西highcharter
?
错误信息:
HTML widgets cannot be represented in plain text (need html)