Installed package on Anaconda not accessible in Jupyter Notebook

[亡魂溺海] 提交于 2019-12-20 06:28:42

问题


I installed Anaconda on an external drive inode/directory/0C707E95707E84EC. I opened Anaconda-Navigator to install r-aer in base(root). So far so good. Then I start Jupyter Notebook from inode/directory/0C707E95707E84EC and am unable to access the aer library. This all started last week. when I was unable to install aerand after a circus of affairs I finally ended up updating Anaconda and then having to delete and reinstall it. All I want to do is access aeron Jupyter Notebook. The image below (last image) shows library(raer); I have tried many different command versions, e.g. library("Raer")and variations thereof.

I know that AER is installed in Anaconda . Could this be a path issue?

calling library in Jupyter Notebook


回答1:


for any file on desktop (win 10) Jupyter Notebook can see that file without specifying the path, try putting that file on desktop. see this it could help: specifying R library path for RKernel in Anaconda Jupyter notebook_Stack OverFlow



来源:https://stackoverflow.com/questions/59212970/installed-package-on-anaconda-not-accessible-in-jupyter-notebook

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!