Jupyter Notebook on Paperspace gets Server Not Found error

Hello everyone,
I am still trying to do the setup for lesson 1. I have my virtual machine on Paperspace running and updated. When I type the jupyter notebook command into the shell on Paperspace, the notebook starts and it gives me url to login with a token. When I copy/paste the url into the browser (Firefox), I get Server Not Found at the top of the screen and this:

Hmm. We’re having trouble finding that site.

We can’t connect to the server at psby1g201.
If that address is correct, here are three other things you can try:

Try again later.
Check your network connection.
If you are connected but behind a firewall, check that Firefox has permission to access the Web.

Here’s a screenshot of my setup too in case that helps. I appreciate any assistance with this :slight_smile:

Try replacing psby1g201 in http://psby1g201:8888/?token=[REST OF THE TOKEN KEY] with http://184.106.239.148:8888/?token=[REST OF THE TOKEN KEY].

This could simply be a case that your personal computer does not have some type of lookup between the alias and the static IP that is on the top of your console.

If this does not work, ssh into your paperspace terminal from your personal computer (not through the paperspace console). One of the things that you want to do is make sure that you can connect to the paperspace machine directly from your computer (if you can’t do that then you are blocked by a firewall and you will have to troubleshoot the firewall).

Keep asking questions on this though. Don’t stay stuck.

Best,

Ralph

Thank you Ralph. Doing that fixed the problem.