Hi,
yesterday everything worked just fine, and today when I open a Jupyter Notebook from the terminal, everything seems to work just fine, no error message are given but when the broswer opens up, it loads a blank page and nothing happens even if I refresh the page. I have tried every solution found online but nothing seems to work
Can you take a print of notebook? I have a similar problem
Sometimes, port conflicts can cause issues. You can try starting Jupyter Notebook on a different port by running:
jupyter notebook --port=8889