Проблема с подключением к ноутбуку Jupyter на Amazon EC2 - PullRequest
0 голосов
/ 05 мая 2020

Я успешно получил вход в свой блокнот Jupyter, но ядру не удалось подключиться, как показано на скриншоте, при создании нового блокнота соединение внезапно прерывается.

В командной строке ниже показано, наконец, Uncaught exception, closing connection. О чем это?

Спасибо.

(base) ubuntu@ip-172-31-xx-xxx:~/Notebooks$ jupyter notebook
[I 17:48:08.xxx NotebookApp] JupyterLab extension loaded from /home/ubuntu/anaconda3/lib/python3.7/site-packages/jupyterlab

[I 17:48:08.xxx NotebookApp] JupyterLab application directory is /home/ubuntu/anaconda3/share/jupyter/lab

[I 17:48:08.xxx NotebookApp] Serving notebooks from local directory: /home/ubuntu/Notebooks

[I 17:48:08.xxx NotebookApp] The Jupyter Notebook is running at:

[I 17:48:08.xxx NotebookApp] https://(ip-172-31-xx-xxx or 127.0.0.1):8888/

[I 17:48:08.xxx NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).

[I 17:48:18.843 NotebookApp] Kernel started: bf031b97-cf95-40cb-a1ae-5d977cf5xxxx

[E 17:48:18.927 NotebookApp] **Uncaught exception, closing connection.**

Jupyter

...