Skip to content

Instantly share code, notes, and snippets.

@jayu108
Created March 16, 2016 15:41
Show Gist options
  • Save jayu108/41c4b9cb99ccfd7cbbdc to your computer and use it in GitHub Desktop.
Save jayu108/41c4b9cb99ccfd7cbbdc to your computer and use it in GitHub Desktop.
원격접속 가능한 ipython notebook server 설정
c = get_config()
c.IPKernelApp.pylab = 'inline' # if you want plotting support always
c.NotebookApp.ip = '*'
c.NotebookApp.open_browser = False
c.NotebookApp.port = 9999
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment