Advertisement
pleabargain

ipython notebooks nt working on windows

May 2nd, 2013
404
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 2.93 KB | None | 0 0
  1. [NotebookApp] Using existing profile dir: u'C:\\Users\\Denny\\.ipython\\profile_
  2. default'
  3. [NotebookApp] Serving notebooks from C:\Windows\system32
  4. [NotebookApp] The IPython Notebook is running at: http://127.0.0.1:8888/
  5. [NotebookApp] Use Control-C to stop this server and shut down all kernels.
  6. ERROR:root:Uncaught exception GET /new (127.0.0.1)
  7. HTTPRequest(protocol='http', host='127.0.0.1:8888', method='GET', uri='/new', ve
  8. rsion='HTTP/1.1', remote_ip='127.0.0.1', body='', headers={'Accept-Language': 'e
  9. n-US,en;q=0.8', 'Accept-Encoding': 'gzip,deflate,sdch', 'Host': '127.0.0.1:8888'
  10. , 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', '
  11. User-Agent': 'Mozilla/5.0 (Windows NT 6.0; WOW64) AppleWebKit/537.31 (KHTML, lik
  12. e Gecko) Chrome/26.0.1410.64 Safari/537.31', 'Accept-Charset': 'ISO-8859-1,utf-8
  13. ;q=0.7,*;q=0.3', 'Connection': 'keep-alive', 'Referer': 'http://127.0.0.1:8888/'
  14. })
  15. Traceback (most recent call last):
  16.   File "C:\Anaconda\lib\site-packages\tornado\web.py", line 1042, in _execute
  17.     getattr(self, self.request.method.lower())(*args, **kwargs)
  18.   File "C:\Anaconda\lib\site-packages\tornado\web.py", line 1809, in wrapper
  19.     return method(self, *args, **kwargs)
  20.   File "C:\Anaconda\lib\site-packages\IPython\frontend\html\notebook\handlers.py
  21. ", line 262, in get
  22.     notebook_id = nbm.new_notebook()
  23.   File "C:\Anaconda\lib\site-packages\IPython\frontend\html\notebook\notebookman
  24. ager.py", line 274, in new_notebook
  25.     with open(path,'w') as f:
  26. IOError: [Errno 13] Permission denied: u'C:\\Windows\\system32\\Untitled0.ipynb'
  27.  
  28. ERROR:root:500 GET /new (127.0.0.1) 112.00ms
  29. ERROR:root:Uncaught exception GET /new (127.0.0.1)
  30. HTTPRequest(protocol='http', host='127.0.0.1:8888', method='GET', uri='/new', ve
  31. rsion='HTTP/1.1', remote_ip='127.0.0.1', body='', headers={'Accept-Language': 'e
  32. n-US,en;q=0.8', 'Accept-Encoding': 'gzip,deflate,sdch', 'Host': '127.0.0.1:8888'
  33. , 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', '
  34. User-Agent': 'Mozilla/5.0 (Windows NT 6.0; WOW64) AppleWebKit/537.31 (KHTML, lik
  35. e Gecko) Chrome/26.0.1410.64 Safari/537.31', 'Accept-Charset': 'ISO-8859-1,utf-8
  36. ;q=0.7,*;q=0.3', 'Connection': 'keep-alive', 'Referer': 'http://127.0.0.1:8888/'
  37. })
  38. Traceback (most recent call last):
  39.   File "C:\Anaconda\lib\site-packages\tornado\web.py", line 1042, in _execute
  40.     getattr(self, self.request.method.lower())(*args, **kwargs)
  41.   File "C:\Anaconda\lib\site-packages\tornado\web.py", line 1809, in wrapper
  42.     return method(self, *args, **kwargs)
  43.   File "C:\Anaconda\lib\site-packages\IPython\frontend\html\notebook\handlers.py
  44. ", line 262, in get
  45.     notebook_id = nbm.new_notebook()
  46.   File "C:\Anaconda\lib\site-packages\IPython\frontend\html\notebook\notebookman
  47. ager.py", line 274, in new_notebook
  48.     with open(path,'w') as f:
  49. IOError: [Errno 13] Permission denied: u'C:\\Windows\\system32\\Untitled0.ipynb'
  50.  
  51. ERROR:root:500 GET /new (127.0.0.1) 6.00ms
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement