Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2019
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.46 KB | None | 0 0
  1. root@ThomasWeberGrandMesaCMU:/mnt/c/Users/Tom# jupyter notebook --allow-root
  2. [I 14:13:41.187 NotebookApp] [jupyter_nbextensions_configurator] enabled 0.4.1
  3. [I 14:13:41.188 NotebookApp] Serving notebooks from local directory: /mnt/c/Users/Tom
  4. [I 14:13:41.189 NotebookApp] The Jupyter Notebook is running at:
  5. [I 14:13:41.189 NotebookApp] http://localhost:8888/?token=7ef1b7cd235aa029b15ffc37fb527cf12d362f300116c1ac
  6. [I 14:13:41.191 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
  7. [W 14:13:41.256 NotebookApp] No web browser found: could not locate runnable browser.
  8. [C 14:13:41.257 NotebookApp]
  9.  
  10.     To access the notebook, open this file in a browser:
  11.         file:///root/.local/share/jupyter/runtime/nbserver-269-open.html
  12.     Or copy and paste one of these URLs:
  13.         http://localhost:8888/?token=7ef1b7cd235aa029b15ffc37fb527cf12d362f300116c1ac
  14. [I 14:13:52.881 NotebookApp] 302 GET /?token=7ef1b7cd235aa029b15ffc37fb527cf12d362f300116c1ac (127.0.0.1) 1.94ms
  15. [E 14:13:53.484 NotebookApp] Uncaught exception GET /api/contents?type=directory&_=1548281633261 (127.0.0.1)
  16.     HTTPServerRequest(protocol='http', host='localhost:8888', method='GET', uri='/api/contents?type=directory&_=1548281633261', version='HTTP/1.1', remote_ip='127.0.0.1')
  17.     Traceback (most recent call last):
  18.       File "/root/miniconda3/lib/python3.7/site-packages/tornado/web.py", line 1592, in _execute
  19.         result = yield result
  20.       File "/root/miniconda3/lib/python3.7/site-packages/tornado/gen.py", line 1133, in run
  21.         value = future.result()
  22.       File "/root/miniconda3/lib/python3.7/site-packages/tornado/gen.py", line 326, in wrapper
  23.         yielded = next(result)
  24.       File "/root/miniconda3/lib/python3.7/site-packages/notebook/services/contents/handlers.py", line 112, in get
  25.         path=path, type=type, format=format, content=content,
  26.       File "/root/miniconda3/lib/python3.7/site-packages/notebook/services/contents/filemanager.py", line 431, in get
  27.         model = self._dir_model(path, content=content)
  28.       File "/root/miniconda3/lib/python3.7/site-packages/notebook/services/contents/filemanager.py", line 337, in _dir_model
  29.         if self.should_list(name) and not is_file_hidden(os_path, stat_res=st):
  30.       File "/root/miniconda3/lib/python3.7/site-packages/notebook/utils.py", line 146, in is_file_hidden_posix
  31.         stat_res = os.stat(abs_path)
  32.     PermissionError: [Errno 13] Permission denied: '/mnt/c/Users/Tom/Application Data'
  33. [W 14:13:53.517 NotebookApp] Unhandled error
  34. [E 14:13:53.517 NotebookApp] {
  35.       "Host": "localhost:8888",
  36.       "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0",
  37.       "Accept": "application/json, text/javascript, */*; q=0.01",
  38.       "Accept-Language": "en-US,en;q=0.5",
  39.       "Accept-Encoding": "gzip, deflate",
  40.       "Referer": "http://localhost:8888/tree",
  41.       "X-Xsrftoken": "2|a51aa7e1|f900879d3d1d4e79c4165ce384355722|1548279355",
  42.       "X-Requested-With": "XMLHttpRequest",
  43.       "Dnt": "1",
  44.       "Connection": "keep-alive",
  45.       "Cookie": "username-localhost-8888=\"2|1:0|10:1548281632|23:username-localhost-8888|44:OTcwYTdjM2EzY2FjNGQ5NDhmNThjMWJhOGFlMTg1N2U=|dfd4ed0c628b4df62815e1286d8a37b94320431194ccb6e78335117c1efa580c\"; _xsrf=2|a51aa7e1|f900879d3d1d4e79c4165ce384355722|1548279355"
  46.     }
  47. [E 14:13:53.536 NotebookApp] 500 GET /api/contents?type=directory&_=1548281633261 (127.0.0.1) 36.87ms referer=http://localhost:8888/tree
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement