Unable to open jupyter notebook

天涯浪子 提交于 2019-12-13 04:11:26

问题


I have installed anaconda and tensorflow library in Ubuntu .Suddenly it stopped working. When i try to open it i am getting this issue.I have already googled it but unable to get the solution. Please help me on this

:/tmp$ jupyter notebook
[I 12:41:24.704 NotebookApp] [nb_conda_kernels] enabled, 2 kernels found
[I 12:41:24.712 NotebookApp] Writing notebook server cookie secret to /home/bhavani/.local/share/jupyter/runtime/notebook_cookie_secret
Traceback (most recent call last):
  File "/home/bhavani/anaconda3/bin/jupyter-notebook", line 6, in <module>
    sys.exit(notebook.notebookapp.main())
  File "/home/bhavani/anaconda3/lib/python3.5/site-packages/jupyter_core/application.py", line 267, in launch_instance
    return super(JupyterApp, cls).launch_instance(argv=argv, **kwargs)
  File "/home/bhavani/anaconda3/lib/python3.5/site-packages/traitlets/config/application.py", line 652, in launch_instance
    app.initialize(argv)
  File "<decorator-gen-7>", line 2, in initialize
  File "/home/bhavani/anaconda3/lib/python3.5/site-packages/traitlets/config/application.py", line 87, in catch_config_error
    return method(app, *args, **kwargs)
  File "/home/bhavani/anaconda3/lib/python3.5/site-packages/notebook/notebookapp.py", line 1071, in initialize
    self.init_webapp()
  File "/home/bhavani/anaconda3/lib/python3.5/site-packages/notebook/notebookapp.py", line 919, in init_webapp
    self.http_server.listen(port, self.ip)
  File "/home/bhavani/anaconda3/lib/python3.5/site-packages/tornado/tcpserver.py", line 126, in listen
    sockets = bind_sockets(port, address=address)
  File "/home/bhavani/anaconda3/lib/python3.5/site-packages/tornado/netutil.py", line 194, in bind_sockets
    sock.bind(sockaddr)
OSError: [Errno 99] Cannot assign requested address

来源:https://stackoverflow.com/questions/46189532/unable-to-open-jupyter-notebook

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!