In the environment file, made with conda, the dependencies specified are: r-cowplot jupyterlab r-irkernel nb_conda_kernels
When I open Jupyter with this environment, and with the kernel set in this environment, and do:
library(cowplot)
I get:
Error in library(cowplot) : there is no package called ‘cowplot’
I deleted and created the env from the env file a couple times, to no avail.