I am working on a notebook and it involved geopy and folium. The packages take a while to install. Whenever I close my computer and open it back up again, I have to refresh the page to reconnect to the kernel (maybe that's a separate issue). After the page refreshes and I try and run a folium map, it doesn't recognize that I've already installed the package and I have to do it all over again. I'm very new to this field, so what am I missing?
Asked
Active
Viewed 282 times
0
-
Could you please include example of your code and the error message? – NotAName Jun 05 '20 at 22:31
-
After some googling, I used... `import sys !conda install --yes --prefix {sys.prefix} -c conda-forge geopy !conda install --yes --prefix {sys.prefix} -c conda-forge folium=0.5.0` But that didn't seem to do the trick. I still receive a 'no moduel" error – ajgoyak Jun 05 '20 at 22:51
-
Are you using a virtual environment by any chance? – NotAName Jun 05 '20 at 22:52
-
I am not using a virtual environment – ajgoyak Jun 05 '20 at 22:55
-
Can you please add the actual error traceback to the original post? – NotAName Jun 05 '20 at 23:34
-
How have you installed the packages? – sentence Jun 06 '20 at 08:38
-
@pavel
in – ajgoyak Jun 09 '20 at 00:29 -
@sentence by using !conda install etc... – ajgoyak Jun 09 '20 at 00:31
-
Please, provide the output from `conda list`. Thanks. – sentence Jun 09 '20 at 08:35