I installed Anaconda 3.7 on Ubuntu 18.04 (Bionic Beaver). Installation was successful. When I tried to start Jupyter Notebook from navigator it throws the following err
With recent versions of snap, applications installed with snap can't by default open files in hidden folders (with a name starting by .
).
In Ubuntu 20.04, chromium is installed with snap (even when using the command sudo apt install chromium-browser
), so chromium can't open the html file used by Jupyter.
As stated by @rahul-sood, a simple workaround is to copy-paste one of the alternative links given by Jupyter in the terminal (starting by http://localhost:8889/?token=
or http://127.0.0.1:8889/?token=
).