For error:
socket.error: [Errno 99] Cannot assign requested address
- Create default config
jupyter notebook --generate-config
- In file ~/.jupyter/jupyter_notebook_config.py set parameter
c.NotebookApp.ip = '127.0.0.1'
For error:
socket.error: [Errno 99] Cannot assign requested address
jupyter notebook --generate-config
c.NotebookApp.ip = '127.0.0.1'