c.NotebookApp.ip = ‘*‘ # 设置访问notebook的ip,*表示所有IP c.NotebookApp.password = u‘sha1:...‘ # 填写刚刚复制的密钥 c.NotebookApp.open_browser = False # 禁止notebook启动时自动打开浏览器 c.NotebookApp.port = 8888 # 指定访问的端口,默认是8888
[C.NotebookApp.Ip =‘*‘ # shèzhì fǎngwèn notebook de ip,*biǎoshì suǒyǒu IP c.NotebookApp.Password = u‘sha1:...‘ # Tiánxiě gānggāng fùzhì de mì yào c.NotebookApp.Open_browser = False # jìnzhǐ notebook qǐdòng shí zìdòng dǎkāi liúlǎn qì c.NotebookApp.Port = 8888 # zhǐdìng fǎngwèn de duānkǒu, mòrèn shì 8888]
c.NotebookApp.ip = ‘*‘ # set access notebook of ip, * represents all IP
c.NotebookApp.password = u‘sha1: ... ‘# fill key just copied
c.NotebookApp.open_browser = False # prohibit open automatically when the browser starts notebook
c.NotebookApp.port = 8888 # specify the access port, the default is 8888