Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/apache/9.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
R在jupyter中,安装windows字体_R_Windows_Ggplot2_Fonts_Jupyter - Fatal编程技术网

R在jupyter中,安装windows字体

R在jupyter中,安装windows字体,r,windows,ggplot2,fonts,jupyter,R,Windows,Ggplot2,Fonts,Jupyter,我必须设计一些图表。我在jupyter(anacondapython3.5)中使用R,它是用R-essentials实现的。我现在想利用我们的内部字体,它是作为windows字体样式安装的 因此,我使用: font_import(paths = NULL, recursive = TRUE, pattern = NULL); 在jupyter。这个命令需要一个promt确认,jupyter会跳过(退出)。是否有机会在jupyter中自动回答/强制回答?或者,如何将windows字体安装到Ana

我必须设计一些图表。我在jupyter(anacondapython3.5)中使用R,它是用R-essentials实现的。我现在想利用我们的内部字体,它是作为windows字体样式安装的

因此,我使用:

font_import(paths = NULL, recursive = TRUE, pattern = NULL);

在jupyter。这个命令需要一个promt确认,jupyter会跳过(退出)。是否有机会在jupyter中自动回答/强制回答?或者,如何将windows字体安装到Anaconda python的R环境中?

我在这里太笨了,命令本身有一个属性“prompt”,可以设置为FALSE。对不起