You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Twice I had the problem that the kernel repeatedly failed to start.
It appears the desired port (20003) is already in use and it keeps trying to use that port.
Restarting jupyter did not help - only rebooting the laptop fixed it.
Traceback (most recent call last):
File "/usr/lib/python3.7/site-packages/py4j/java_gateway.py", line 2175, in start
self.server_socket.bind((self.address, self.port))
OSError: [Errno 98] Address already in use
The text was updated successfully, but these errors were encountered:
Twice I had the problem that the kernel repeatedly failed to start.
It appears the desired port (20003) is already in use and it keeps trying to use that port.
Restarting jupyter did not help - only rebooting the laptop fixed it.
Here are the full logs.
Small excerpt:
The text was updated successfully, but these errors were encountered: