Jupyter终端将无法打开Windows 7

时间:2019-03-14 00:10:53

标签: python jupyter-notebook jupyter git-bash

我在Windows 7上运行Jupyter笔记本,终端无法打开。当我尝试打开它时,出现以下视图:

enter image description here

这是我的日志,输出到Git Bash

$ [I 20:02:13.619 NotebookApp] Kernel started: 11c0096d-2e6c-4291-be79-4861d8000214
[W 20:02:23.825 NotebookApp] Timeout waiting for kernel_info reply from 11c0096d-2e6c-4291-be79-4861d8000214
[I 20:02:28.786 NotebookApp] Adapting to protocol v5.1 for kernel 11c0096d-2e6c-4291-be79-4861d8000214
[I 20:03:27.379 NotebookApp] New terminal with automatic name: 1
Exception in thread Thread-6:
Traceback (most recent call last):
  File "C:\Users\...\AppData\Local\Continuum\anaconda3\lib\threading.py", line 916, in _bootstrap_inner
    self.run()
  File "C:\Users\...\AppData\Local\Continuum\anaconda3\lib\threading.py", line 864, in run
    self._target(*self._args, **self._kwargs)
  File "C:\Users\...\AppData\Local\Continuum\anaconda3\lib\site-packages\winpty\ptyprocess.py", line 331, in _read_in_thread
    while 1:
  File "C:\Users\z...\AppData\Local\Continuum\anaconda3\lib\site-packages\winpty\winpty_wrapper.py", line 73, in read
    if length > 0:
OSError: exception: access violation writing 0x0000000000000000

[I 20:03:27.455 NotebookApp] EOF on FD 1524; stopping reading
[I 20:03:27.662 NotebookApp] Terminal 1 closed
TermSocket.open: 1
[I 20:03:27.937 NotebookApp] New terminal with specified name: 1
TermSocket.open: Opened 1
Exception in thread Thread-7:
Traceback (most recent call last):
  File "C:\Users\...\AppData\Local\Continuum\anaconda3\lib\threading.py", line 916, in _bootstrap_inner
    self.run()
  File "C:\Users\...\AppData\Local\Continuum\anaconda3\lib\threading.py", line 864, in run
    self._target(*self._args, **self._kwargs)
  File "C:\Users\...\AppData\Local\Continuum\anaconda3\lib\site-packages\winpty\ptyprocess.py", line 331, in _read_in_thread
    while 1:
  File "C:\Users\...\AppData\Local\Continuum\anaconda3\lib\site-packages\winpty\winpty_wrapper.py", line 73, in read
    if length > 0:
OSError: exception: access violation writing 0x0000000000000000

[I 20:03:28.848 NotebookApp] EOF on FD 1528; stopping reading
[I 20:03:29.049 NotebookApp] Terminal 1 closed
Websocket closed

我完全不知所措,因此我们将不胜感激。尝试搜索github问题跟踪器,但找不到解决我问题的方法

0 个答案:

没有答案