jupyter notebook: return getattr(self._sock,name)(*args) socket.error: [Errno 99] Cannot assign requested address
问题 Hi I want to run the jupyter notebook on the cloud Ubuntu server(16.04). and the server IP is 213.138.10.176 (just example), and port is 22011 I have installed jupyter, and python 2.07, and edited the jupyter_notebook_config.py as following: c.NotebookApp.ip = '213.138.10.176' c.NotebookApp.open_browser = False c.NotebookApp.port = 22011 But after I saved it, and run jupyter notebook command on the Ubuntn server. there is error: File "/usr/local/bin/jupyter-notebook", line 11, in <module> sys