This post is using linux in Windows; however, it looks similar to your issue. Especially the tip; " This usually happens when Jupyter Notebook gets opened from another python environment ." Or this thread/solution? However, I’d be cautious. At this point you don’t want to make the situation worse. I’d suggest working with Virtual Environments if you insist on using local installs where you have to play nice alongside with other things you’ve installed locally. In your case it looks like an ArcGisPro set up? Have you looked into Python Virtual Environments when you were seeking how to add Jupyter notebooks? See Why Can't Python Find My Modules? – Real Python , which leads to Working With Python Virtual Environments.
Even if some Anaconda/Windows guru comes along now and sees the solution to your present issue, it is a nice tool to be familiar with as you go forward more with Python/Jupyter. In the past I used it for testing new Python versions when I didn’t want to impact other situations on my local drive. However, I try to avoid working truly local anymore and either work in remote sessions of one type or another or in Docker containers. These types of solutions help keep things more reproducible in the long run
1 Like