BTW: The stand-alone jupyter lab/notebook is working fine including Arcpy and ArcGIS for Python modules.
@HannesZiegler ,I have not knowingly modified jupyter_notebook_config.py file. Where is it typically located, and what should the c.NotebookApp.ip or c.NotebookApp.port configuration options be set to? Thx.
It's typically in your user profile under the .jupyter folder.
Both keys should be commented out (prefix the # symbol).
Hmmm, interesting. I have no jupyter_notebook_config.py in the location described, or anywhere I can find. Is this the problem, perhaps?
Adding to the evidence, another user in my group is experiencing the exact same issue upon upgrading to 3.0.2.
Thanks for engaging...much appreciated.
Tyler
No, if you haven't had occasion to mess with the configs, then there won't be a config to mess with 😄 (it has to be intentionally created with the command jupyter notebook --generate-config).
Are your notebooks located locally, or on a server or network location with a UNC path?
UNC path.
Interesting, to confirm that is the cause of notebooks not loading, can you try running a notebook from a local path?
Also, are you able to upgrade to Pro 3.0.3 (just in case that resolves your issue)?
Thanks,
No dice running from C: drive. Upgrading is easier said than done. I'll give that a try when allowed. Thx.