Skip to content

Instantly share code, notes, and snippets.

@jasonm
Created July 9, 2014 05:25
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 jasonm/0b0b7650ea3ecf730506 to your computer and use it in GitHub Desktop.
Save jasonm/0b0b7650ea3ecf730506 to your computer and use it in GitHub Desktop.
[~] cat ~/.ipython/profile_default/ipython_notebook_config.py
c = get_config()
c.NotebookApp.webapp_settings = {
"headers": {
"Access-Control-Allow-Origin": "*"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment