So I'm trying to run an AWS powered jupyter notebook. "The Jupyter Notebook is running at: [I 20:41:45.554 NotebookApp] https://localhost:8888/ No web browser found: could not locate runnable browser.' is what it's telling me. It doesn't work when I copy the local address into my browser. I had no other notebooks open at the time, but I'm able to open a local (non-AWS) notebook without a problem.
Asked
Active
Viewed 2,463 times
0
-
Where do you see the message "no web browser found" – Arun Kamalanathan Nov 25 '19 at 21:12
-
You can ignore that message "No web browser found: could not locate runnable browser". It just means, there server do not have a browser installed. – Arun Kamalanathan Nov 25 '19 at 21:27
1 Answers
0
You will need to allow port 8888 on the ec2 security group. There is a similar question posted. See if you have followed the steps correctly.

Arun Kamalanathan
- 8,107
- 4
- 23
- 39