Currently, I have installed the whole jupyter, R, and python. And I also installed R Kernel.
I'm trying to code R on "Jupy Other parts are available except for the graph.
However, I tried to draw a graph such as plot, gg plot2, etc.
Error in loadNamespace(name): there is no package called 'Cairo' Traceback: plot without title
I get an error like...
Maybe you've had the same problem or... I want to get help from people who have solutions ㅠ<
Thank you.
jupyter r python
Error in loadNamespace(name): there is no package called 'Cairo' Traceback: plot without title
is an error seen when a package called Cairo does not exist.
Is it correct that the Cairo package is installed? If you don't know, type import Cairo
in the terminal. If you see an error, it means that Cairo is not installed. To install Cairo, install Cairo according to the computer environment used by cairo-installation.
© 2024 OneMinuteCode. All rights reserved.