I have the following error. How to fix the following certificate error (ipython)?

前端 未结 2 1241
孤街浪徒
孤街浪徒 2021-01-24 01:11

I\'m getting the following error when I want to run ipython notebook on my macbook. Does anyone know how to fix this? Could you please help me about it?

ERROR:ro         


        
2条回答
  •  攒了一身酷
    2021-01-24 02:04

    It appears that your browser is attempting to access the notebook without SSL. Make sure to access the site with HTTPS. For example, when you access the notebook, type in https://127.0.0.1:9999 in your browser. (Or whatever the address of the server is.)

提交回复
热议问题