티스토리 뷰

c = get_config()


# Kernel config

c.IPKernelApp.pylab = 'inline'  # if you want plotting support always in your notebook


# Notebook config

c.NotebookApp.certfile = u'/home/ubuntu/certs/mycert.pem'  #location of your certificate file

c.NotebookApp.keyfile = u'/home/ubuntu/certs/mycert.key'  #location of your certificate key

c.NotebookApp.ip = '*'

c.NotebookApp.open_browser = False  #so that the ipython notebook does not opens up a browser by default

c.NotebookApp.password = u'sha1:68c136a5b064...'  #the encrypted password we generated above

c.NotebookApp.port = 8888  # It is a good idea to put it on a known, fixed port


댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
TAG
more
«   2025/12   »
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31
글 보관함