Why Does Jupyter Notebook Crashes?

2019-08-14 01:59发布

问题:

I am using Python 2.7 on Windows 10 (64) computer. Whenever I work with Jupyter notebook, it dies for no reason. Sometimes it dies while I am using it, sometimes when it is idle. I receive below error messages.

Error message screenshot

When I check the command line, the error says:

Assertion failed: Connection reset by peer (bundled\zeromq\src\signaler.cpp:181)

I'd appreciate any help on how to fix this problem. Thanks