Jupyter notebook stopped working as usual suddenly today.
If I launch Jupyter like this then everything works fine in base environment.
activate base
jupyter notebook
But launching it in any other environment or simply without declaring environment
activate XXX
jupyter notebook
results as a localhost:8889/tree
blank page in browser.
Also there are no errors in Jupyter console.
I have reinstalled Anaconda and Jupyter, restarted PC and used ip 127.0.0.1 instead of localhost, but nothing helps.
What should I do? I really need to get environments back up fast.