Anaconda-Jupyter Doesn't open in browser

后端 未结 5 655
佛祖请我去吃肉
佛祖请我去吃肉 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:22

    For anyone interested in open jupyterlab or jupyter notebook in chrome : install it in the terminal with

    sudo apt-get install google-chrome-stable

    It didn't work for me by using chromium. And, as mentionned paugier, 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. So if you install chrome by using the terminal it works.

提交回复
热议问题