$ jupyter notebook
...
OSError: [Errno 99] Cannot assign requested address
こういう風にいれましょう.
$ jupyter notebook --ip=127.0.0.1
$ jupyter notebook
...
OSError: [Errno 99] Cannot assign requested address
こういう風にいれましょう.
$ jupyter notebook --ip=127.0.0.1