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
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.)
It doesn't recognise the files you're passing it - either:
--NotebookApp.keyfile=
and the .crt file (your certificate) to --NotebookApp.certfile=
--certfile
.