我正在从本地主机在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
答案 0 :(得分:0)
您是否看过GitHub页面?关于这个问题有一个广泛的话题: https://github.com/jupyter/docker-stacks/issues/210