Advertisement
Guest User

Untitled

a guest
Feb 26th, 2020
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 2.63 KB | None | 0 0
  1. tyomkin@w429815:~$ sage --notebook=jupyter
  2. ┌────────────────────────────────────────────────────────────────────┐
  3. │ SageMath version 8.6, Release Date: 2019-01-15                     │
  4. │ Using Python 2.7.16. Type "help()" for help.                       │
  5. └────────────────────────────────────────────────────────────────────┘
  6. Please wait while the Sage Jupyter Notebook server starts...
  7. Traceback (most recent call last):
  8.   File "/usr/share/sagemath/bin/sage-notebook", line 268, in <module>
  9.     launcher(unknown)
  10.   File "/usr/share/sagemath/bin/sage-notebook", line 100, in __init__
  11.     main(argv)
  12.   File "/usr/lib/python2.7/dist-packages/jupyter_core/application.py", line 266, in launch_instance
  13.     return super(JupyterApp, cls).launch_instance(argv=argv, **kwargs)
  14.   File "/usr/lib/python2.7/dist-packages/traitlets/config/application.py", line 657, in launch_instance
  15.     app.initialize(argv)
  16.   File "<decorator-gen-7>", line 2, in initialize
  17.   File "/usr/lib/python2.7/dist-packages/traitlets/config/application.py", line 87, in catch_config_error
  18.     return method(app, *args, **kwargs)
  19.   File "/usr/lib/python2.7/dist-packages/notebook/notebookapp.py", line 1630, in initialize
  20.     self.init_webapp()
  21.   File "/usr/lib/python2.7/dist-packages/notebook/notebookapp.py", line 1407, in init_webapp
  22.     self.http_server.listen(port, self.ip)
  23.   File "/usr/lib/python2.7/dist-packages/tornado/tcpserver.py", line 143, in listen
  24.     sockets = bind_sockets(port, address=address)
  25.   File "/usr/lib/python2.7/dist-packages/tornado/netutil.py", line 168, in bind_sockets
  26.     sock.bind(sockaddr)
  27.   File "/usr/lib/python2.7/socket.py", line 228, in meth
  28.     return getattr(self._sock,name)(*args)
  29. socket.error: [Errno 99] Cannot assign requested address
  30. tyomkin@w429815:~$ sage
  31. ┌────────────────────────────────────────────────────────────────────┐
  32. │ SageMath version 8.6, Release Date: 2019-01-15                     │
  33. │ Using Python 2.7.16. Type "help()" for help.                       │
  34. └────────────────────────────────────────────────────────────────────┘
  35. sage: 2+3
  36. 5
  37. sage:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement