'Why can't I install tidymodels in jupyter notebook?

install.packages(tidymodels)
library(tidymodels)

I installed tidymodels package in Jupyter notebook, however, I can not use this library. What is the reason?

enter image description here

r


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source