help icon indicating copy to clipboard operation
help copied to clipboard

[5.7.4] Notebook Crash when launched with ip="*"

Open ZijiaLewisLu opened this issue 6 years ago • 0 comments

Hi,

I updated my jupyter notebook to 5.7.4 today and I found it crashed when I set ip="*" (either from the command line or config file).

I found it was because the "self.ip" attribute in NotebookApp object somehow became an empty string and triggered error while calling socket.getaddrinfo. Anyway to fix it?

This is the error I got: image

I printed "self.ip" in the error line. It was an empty string.

ZijiaLewisLu avatar Jan 08 '19 09:01 ZijiaLewisLu