通过终端打开 Rstudio 时出错
Error while opening Rstudio throught Terminal
我正在使用 Unix,从现在开始我需要使用大学服务器 运行 R 中的一些包。
1.I 通过 ssh 评估了服务器
2.I 下载了 miniconda
3.source~/.bashrc
4.Downloaded Rstudio
5. 畅达安装-c r rstudio
当我尝试打开 Rstudio 时收到以下错误
'QXcbConnection: Could not connect to display'
任何帮助都将非常有用。
这取决于你的平台和你所在大学的安全政策,这可能有效也可能无效
https://unix.stackexchange.com/questions/12755/how-to-forward-x-over-ssh-to-run-graphics-applications-remotely
简而言之,您需要明确启用 X11 转发(尽管我的印象是它默认启用)。您还需要 运行 一个 X11 服务器,windows 和 MacOS 上有一些。如果上述方法没有帮助,很可能是由于安全策略,您可能需要与您所在大学的系统管理员联系
我正在使用 Unix,从现在开始我需要使用大学服务器 运行 R 中的一些包。
1.I 通过 ssh 评估了服务器 2.I 下载了 miniconda 3.source~/.bashrc 4.Downloaded Rstudio 5. 畅达安装-c r rstudio
当我尝试打开 Rstudio 时收到以下错误
'QXcbConnection: Could not connect to display'
任何帮助都将非常有用。
这取决于你的平台和你所在大学的安全政策,这可能有效也可能无效 https://unix.stackexchange.com/questions/12755/how-to-forward-x-over-ssh-to-run-graphics-applications-remotely
简而言之,您需要明确启用 X11 转发(尽管我的印象是它默认启用)。您还需要 运行 一个 X11 服务器,windows 和 MacOS 上有一些。如果上述方法没有帮助,很可能是由于安全策略,您可能需要与您所在大学的系统管理员联系