Hello,
I’m trying to repeat what we did over the course in JupyterLab environment but it is giving me the error below.
Screen Link:
https://app.dataquest.io/m/150/visualizing-geographic-data/4/workflow-with-basemap
Hello,
I’m trying to repeat what we did over the course in JupyterLab environment but it is giving me the error below.
Screen Link:
https://app.dataquest.io/m/150/visualizing-geographic-data/4/workflow-with-basemap
Hi @cavusanil, welcome to the community!
Everything will still work, this is a warning and not an error that would keep the code from working (as long as you still have Matplotlib 3.1 and not 3.3). I have this same warning in my copy of the project I did in Jupyter as well.
I found this post on Stack Overflow that talks about how to get rid of the error. I haven’t done it yet (I haven’t needed to use Basemap in a while), but you can try it out.