I'm having the same issue, running 3.2.0. Just started today afaik...
It may be related to this python module in the default python package, but I haven't been able to resolve it yet: https://github.com/jupyter/notebook/pull/7051
It turns out that in my case, I had a python installation outside of Arc Pro that was more recent, and that seems to have been the source of my problem. Once I removed the other install, Notebooks would open in Arc Pro as before.
Just checking if there was an update on how to fix this?
I got same error on 3.2.2 but when I downgrade my Pro to v2.9.6 my notebooks are opening fine.
In addition, On v 3.2.2 I cannot clone the default env as well
Hello, I'm facing the same issue, after updating to Arcgis Pro 3.4.0, any suggestions on how to solve that?
Experienced the same issue. Curious to me was that I successfully opened and worked from a notebook within ArcGIS Pro one day, and could not re-open it the next. That second day, I was able to successfully open and work from a new notebook, but again could not work from it the following day. On that third day, I was not able to get a single notebook working.
My solution was to clone the Python environment from within ArcGIS Pro and then initialize the environment from a Jupyter notebook using VSCode. For me, this solved everything. If you don't specifically need the visual map in ArcGIS Pro but are just trying to query/interact with data living in your ArcGIS Organization/account, I highly recommend this approach. For those needing some basic mapping, there are plenty of libraries available to choose from - this is likely much better than waiting for this issue to be solved!