报错:
KeyError: ‘allow_remote_access’
ValueError: ‘’ does not appear to be an IPv4 or IPv6 address
socket.gaierror: [Errno -3] Temporary failure in name resolution
解决:
vim ~/.jupyter/jupyter_notebook_config.py
加入:
c.NotebookApp.allow_remote_access = True