Anaconda-Jupyter Doesn't open in browser

后端 未结 5 643
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-13 09:00

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

5条回答
  •  花落未央
    2021-01-13 09:27

    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=).

提交回复
热议问题