wri/Aqueduct30Docker

Launching Jupiter notebook server

Opened this issue · 0 comments

Hi there!

I am not able to launch the Jupyter notebook server. I followed the steps to install and launch the docker container locally.

When launching the Jupiter notebook, I get the standard [I 02:14:39.647 NotebookApp] The Jupyter Notebook is running at: https://0.0.0.0:8888/ indicating it is running correctly.

However, when I try to open https://localhost:8888 (also tried https://0.0.0.0:8888, http instead of https, and the IP address reported within the docker container), I get a warning that the connection is not private (Safari, Chrome). I am not able to bypass their security warnings.

When trying to open https://localhost:8888 on Safari/Chrome the terminal hosting the Jupiter notebook reports:

SSL Error on 9 ('172.17.0.1', 60018): [SSL: SSLV3_ALERT_CERTIFICATE_UNKNOWN] sslv3 alert certificate unknown (_ssl.c:749)

Some googling suggests it is some sort of certificate issue in jupyter_notebook_config.py and/or a https to http issue.

Any thoughts?

Local Machine: I am running locally on a Mac with M1 chip.