Created
March 16, 2016 15:41
-
-
Save jayu108/41c4b9cb99ccfd7cbbdc to your computer and use it in GitHub Desktop.
원격접속 가능한 ipython notebook server 설정
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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