rstudio - Anaconda/Rstudio 在 mac 视网膜屏幕上以低分辨率显示

标签 rstudio anaconda

Anaconda 4.3.1 中包含的 Rstudio 安装在我的视网膜屏幕 macbook 上以低分辨率显示。

其他 anaconda 应用程序,以及独立版本的 Rstudio 看起来都不错。

关于如何解决这个问题有什么想法吗?

最佳答案

这是我们支持 macOS 10.7 时留下的遗产。

打开你的 RStudio.app/Contents/Info.plist文件并添加:

<key>NSHighResolutionCapable</key><true/>

..接近尾声,就在</dict>之前

之后,您可能需要在编辑之后和重新启动之前刷新 macOS 的缓存信息。

从终端:

/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Support/lsregister -v -f ${CONDA_PREFIX}/Applications/RStudio.app

我已将它添加到代码中,因此下次我重建它时不会遗漏它。

关于rstudio - Anaconda/Rstudio 在 mac 视网膜屏幕上以低分辨率显示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43426503/

相关文章:

python - anaconda python mysql 混淆

r - 构建 RStudio 插件来调试管道链

python - 从 pattern3.en 导入标签时出错

python - ModuleNotFoundError : No module named 'sklearn'

html - 带有 `printr` 包的 HTML 表格格式

python - 如何使用 anaconda 升级到 Tensorflow 1.0?

Python setup.py : Could not find suitable distribution for Requirement. 解析 ('tensorflow' )

linux - 更新 EC2 实例上的 Rstudio 服务器

r - 新管道运算符 |> 在 RStudio 中给出 'unexpected token' 标志,尽管代码运行正确

无法识别 Rtools 3.5?