Jupyter: Safari Cant Connect to the Server localhost:8888/tree


Safari Can't Connect to the Server

Safari can't open the page "localhost:8888/tree" because 
Safari can't connect to the server "localhost"
Fix -zsh- command not found- jupyter

The most common reason for this error is that your Jupyter Notebook server is not running. You can check this by simply opening the Mac Terminal and tying the command,

% jupyter notebook list

Currently running servers:

As you can see currently there are no Jupyter Notebook servers running, so make sure to start one before you access it at localhost:8888.

python3 -m notebook

[I 08:37:51.263 NotebookApp] Serving notebooks from local directory: /Users/c2ctechtv
[I 08:37:51.263 NotebookApp] Jupyter Notebook 6.5.4 is running at:
[I 08:37:51.263 NotebookApp] http://localhost:8888/?token=89570641457313d8341ed2f1a49cfa9deb78e648c1e17ee1
[I 08:37:51.263 NotebookApp]  or http://127.0.0.1:8888/?token=89570641457313d8341ed2f1a49cfa9deb78e648c1e17ee1
[I 08:37:51.263 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).

Facing issues? Have Questions? Post them here! I am happy to answer!

Author Info:

Rakesh (He/Him) has over 14+ years of experience in Web and Application development. He is the author of insightful How-To articles for Code2care.

Follow him on: X

You can also reach out to him via e-mail: rakesh@code2care.org

Copyright © Code2care 2024 | Privacy Policy | About Us | Contact Us | Sitemap