Python Forum
Python stopped while creating new jupiter notebook - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Networking (https://python-forum.io/forum-12.html)
+--- Thread: Python stopped while creating new jupiter notebook (/thread-17898.html)



Python stopped while creating new jupiter notebook - Geetha - Apr-28-2019

Dear Team,
Installed Anaconda latest version by following the prerequistes mentioned and as per installation guidelines mentioned in anaconda website.
In command prompt
>jupyter notebook
opened gui
tried to create new notebook with python3
error thrown as below:
Assertion failed :protocol wrong type for socket [10041 ] c:\ci\zeromq_1549025594292\work\src\ip.cpp:417
Kindly guide to resolve this issue.

Regards,
Geetha S


RE: Python stopped while creating new jupiter notebook - Larz60+ - Apr-28-2019

Quote:WSAEPROTOTYPE
10041

Protocol wrong type for socket.
A protocol was specified in the socket function call that does not support the semantics of the socket type requested. For example, the ARPA Internet UDP protocol cannot be specified with a socket type of SOCK_STREAM.

although this discussion is for PHP, it may be relative: https://sourceforge.net/p/devphp/bugs/260/