Skip to content

Instantly share code, notes, and snippets.

@mstfldmr
Created May 1, 2019 01:30
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 mstfldmr/8e640b23bab5a9f3fbcb0b9ccd402168 to your computer and use it in GitHub Desktop.
Save mstfldmr/8e640b23bab5a9f3fbcb0b9ccd402168 to your computer and use it in GitHub Desktop.
# edit jupyter_notebook_config.py
# https://jupyter-notebook.readthedocs.io/en/latest/config.html
c.NotebookApp.allow_origin = '*'
c.NotebookApp.ip = '0.0.0.0' #
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment