Forums

using folium...

Hi. I'm new to python and pythonAnywhere. But, I was able to use a bash console and use PIP to install Folium. But, I then went back to my sample python script to put an "import folium" at the top. It still did not recognize folium. I'm missing a step or three... can you help me to understand and be able to use the folium library? Thanks

Make sure that you are running the code with the same version of Python as the version of pip that you used to install it. Also make sure that "import folium" is the correct way to import from that module.