Advertisement
Guest User

Anaconda 2.0.0 IPython notebook traceback

a guest
Jun 2nd, 2014
622
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. C:\Temp>ipython notebook
  2. 2014-06-03 12:26:53.246 [NotebookApp] Created profile dir: u'C:\\Users\\rub015\\.ipython\\profile_default'
  3. 2014-06-03 12:26:53.256 [NotebookApp] Using MathJax from CDN: http://cdn.mathjax.org/mathjax/latest/MathJax.js
  4. 2014-06-03 12:26:53.285 [NotebookApp] Serving notebooks from local directory: C:\Temp
  5. 2014-06-03 12:26:53.285 [NotebookApp] 0 active kernels
  6. 2014-06-03 12:26:53.285 [NotebookApp] The IPython Notebook is running at: http://localhost:8888/
  7. 2014-06-03 12:26:53.286 [NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confir
  8. mation).
  9. 2014-06-03 12:26:56.200 [NotebookApp] Writing notebook-signing key to C:\Users\rub015\.ipython\profile_default\security
  10. \notebook_secret
  11. 2014-06-03 12:26:56.219 [NotebookApp] WARNING | Notebook /SoftwareCarpentry Development.ipynb is not trusted
  12. Assertion failed: Socket operation on non-socket (bundled\zeromq\src\select.cpp:170)
  13. 2014-06-03 12:26:57.823 [NotebookApp] ERROR | Unhandled error in API request
  14. Traceback (most recent call last):
  15. File "C:\Anaconda\lib\site-packages\IPython\html\base\handlers.py", line 286, in wrapper
  16. result = method(self, *args, **kwargs)
  17. File "C:\Anaconda\lib\site-packages\IPython\html\services\sessions\handlers.py", line 65, in post
  18. kernel_id = km.start_kernel(path=path)
  19. File "C:\Anaconda\lib\site-packages\IPython\html\services\kernels\kernelmanager.py", line 90, in start_kernel
  20. kernel_id = super(MappingKernelManager, self).start_kernel(**kwargs)
  21. File "C:\Anaconda\lib\site-packages\IPython\kernel\multikernelmanager.py", line 116, in start_kernel
  22. km.start_kernel(**kwargs)
  23. File "C:\Anaconda\lib\site-packages\IPython\kernel\manager.py", line 219, in start_kernel
  24. self._connect_control_socket()
  25. File "C:\Anaconda\lib\site-packages\IPython\kernel\manager.py", line 179, in _connect_control_socket
  26. self._control_socket = self.connect_control()
  27. File "C:\Anaconda\lib\site-packages\IPython\kernel\connect.py", line 552, in connect_control
  28. return self._create_connected_socket('control', identity=identity)
  29. File "C:\Anaconda\lib\site-packages\IPython\kernel\connect.py", line 526, in _create_connected_socket
  30. sock = self.context.socket(socket_type)
  31. File "C:\Anaconda\lib\site-packages\zmq\sugar\context.py", line 143, in socket
  32. s = self._socket_class(self, socket_type)
  33. File "socket.pyx", line 227, in zmq.backend.cython.socket.Socket.__cinit__ (zmq\backend\cython\socket.c:2481)
  34. ZMQError: Permission denied
  35. Assertion failed: Socket operation on non-socket (bundled\zeromq\src\select.cpp:170)
  36. ERROR:tornado.access:{
  37. "Content-Length": "69",
  38. "Accept-Language": "en-US,en;q=0.5",
  39. "Accept-Encoding": "gzip, deflate",
  40. "Connection": "keep-alive",
  41. "Accept": "application/json, text/javascript, */*; q=0.01",
  42. "User-Agent": "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:29.0) Gecko/20100101 Firefox/29.0",
  43. "Host": "localhost:8888",
  44. "X-Requested-With": "XMLHttpRequest",
  45. "Pragma": "no-cache",
  46. "Cache-Control": "no-cache",
  47. "Referer": "http://localhost:8888/notebooks/SoftwareCarpentry%20Development.ipynb",
  48. "Content-Type": "application/x-www-form-urlencoded; charset=UTF-8"
  49. }
  50. ERROR:tornado.access:500 POST /api/sessions (::1) 55.00ms referer=http://localhost:8888/notebooks/SoftwareCarpentry%20D
  51. evelopment.ipynb
  52. Assertion failed: Socket operation on non-socket (bundled\zeromq\src\select.cpp:170)
  53. Assertion failed: Socket operation on non-socket (bundled\zeromq\src\select.cpp:170)
  54. 2014-06-03 12:27:01.933 [NotebookApp] KernelRestarter: restarting kernel (1/5)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement