jupyter notebook:return getattr(self._sock,name)(* args)socket.error:[Errno 99]无法分配请求的地址

时间:2017-04-14 06:17:51

标签: python-2.7 sockets cloud jupyter-notebook ubuntu-16.04

您好我想在云Ubuntu服务器(16.04)上运行jupyter笔记本。   服务器IP为213.138.10.176(仅示例),端口为22011 我已经安装了jupyter和python 2.07,并编辑了jupyter_notebook_config.py如下:

right

但是在我保存之后,在Ubuntn服务器上运行jupyter notebook命令。 有错误:

   c.NotebookApp.ip = '213.138.10.176'
   c.NotebookApp.open_browser = False
   c.NotebookApp.port = 22011

感谢您的帮助!

0 个答案:

没有答案