【发布时间】:2019-09-28 02:45:42
【问题描述】:
我正在从 localhost 在 JupyterLab 上运行 R。几天前绘图工作正常,但现在无法在 JupyterLab 上绘图。
代码:
ggplot(mpg, aes(model, year)) + geom_col()
错误:
Error in file(con, "rb"): cannot open the connection
Traceback:
R 版本:
platform x86_64-conda_cos6-linux-gnu
arch x86_64
os linux-gnu
system x86_64, linux-gnu
status
major 3
minor 6.1
year 2019
month 07
day 05
svn rev 76782
language R
version.string R version 3.6.1 (2019-07-05)
nickname Action of the Toes
【问题讨论】: