Skip to content

Instantly share code, notes, and snippets.

@strezh
Last active February 10, 2017 11:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save strezh/a6a0c2e29683a887fff018fbdfcb84fb to your computer and use it in GitHub Desktop.
Save strezh/a6a0c2e29683a887fff018fbdfcb84fb to your computer and use it in GitHub Desktop.
Configure jupyter (ipython) notebook

For error:

socket.error: [Errno 99] Cannot assign requested address

  1. Create default config

jupyter notebook --generate-config

  1. In file ~/.jupyter/jupyter_notebook_config.py set parameter

c.NotebookApp.ip = '127.0.0.1'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment