JupyterLab:文件错误(con,“ rb”):无法打开连接回溯:

时间:2019-09-28 02:45:42

标签: r jupyter

我正在从本地主机在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 

1 个答案:

答案 0 :(得分:0)

您是否看过GitHub页面?关于这个问题有一个广泛的话题: https://github.com/jupyter/docker-stacks/issues/210