Hello Ganga!
I recently joined Google Groups and am currently checking all the past posts. I guess I can help you if the problem is not yet solved.
The error messages you've provided suggest that the Jupyter server itself is
running, but there might be a problem with
accessing the notebooks or with dependencies (such as language servers). Maybe we can try out these steps to troubleshoot the issue:
Upgrade the Jupyter InstallationThe first thing you should do is make sure Jupyter is correctly installed and up-to-date, as updates to Windows might have affected some dependencies.
```
pip install --upgrade jupyter
pip install --upgrade notebook
```
Check Jupyter Version: To verify the installation, run:
```
jupyter --version
```
Clear Jupyter Runtime Files
Sometimes, old runtime files can cause issues. Try deleting Jupyter's runtime files. Navigate to the directory:
```
C:/Users/Arunp/AppData/Roaming/jupyter/runtime/
```
- Delete the contents in this folder (it may contain `.json`, `.lock`, or `.pid` files related to Jupyter sessions). These will be regenerated when you restart Jupyter.
Try Opening URLs Manually:
Open one of these URLs directly in your browser: {{link would be different as you posted this on Mar 21, 2024, and I am replying to it today}}
Thanks,
Mahesh R.