Skip to content

Instantly share code, notes, and snippets.

@harusametime
Last active November 6, 2017 08:02
Show Gist options
  • Save harusametime/40556445d43a3db75a2617eb08c51983 to your computer and use it in GitHub Desktop.
Save harusametime/40556445d43a3db75a2617eb08c51983 to your computer and use it in GitHub Desktop.
Jupyter notebookをubuntuで起動してエラーが出たとき
$ jupyter notebook
...
OSError: [Errno 99] Cannot assign requested address

こういう風にいれましょう.

$ jupyter notebook --ip=127.0.0.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment