Can't launch Jupyter Notebook from Anaconda Navigator on Windows 10

Hello!

In Anaconda Navigator - Home click “launch” on Jupyter Notebook. It writes “launching notebook” in status bar, but then nothing happens.
Why?

At the same time, I cat launch it from Windows - Start menu. While launching from the Start menu it opens Jupyter Console window and writes:
To access the notebook, open this file in a browser:
file:///C:/Users/%D0%A1%D0%B5%D1%80%D0%B3%D0%B5%D0%B9/AppData/Roaming/jupyter/runtime/nbserver-23968-open.html
Or copy and paste one of these URLs:
http://localhost:8892/?token=90ef662dd754fa8925c6415ca8b533fff1ab56e47b2ade0a
or http://127.0.0.1:8892/?token=90ef662dd754fa8925c6415ca8b533fff1ab56e47b2ade0a

Why it doesn’t open the URL in default browser automatically?

Can the problem to be because of name of the User’s folder. It written in Russian not in English?

Sincerely,
Sergey

1 Like

Yes, I suspect you are correct. A username with unicode characters in it may cause trouble for many packages within the ecosystem.

Did you eventually solve tis problem? because that is my current predicament. thanks

so what’s the solution?