Jupyter Notebook IP address unable to be reached

I’m in the process of setting up a jupyter notebook on a server. I have the url and the token (since it’s my first time logging in) but when I copy and paste it to my chrome browser with the IP for my machine, it says This site can’t be reached. I’ve followed the instructions from the Lesson 1: Deep Learning video and I ran the line, $ jupyter notebook.

I am completely lost as to what might be going on here.

edit: After further poking around, my Windows Network Diagnostics have told me that,The device is not set up to accept connections on port “8888” even though I’ve set c.NotebookApp.allow_remote_access =True in the jupyter_notebook_config.py file. What else would I have to do?