Jupyter的安装和配置

来源:互联网 发布:速写练线稿软件 编辑:程序博客网 时间:2024/05/18 03:49

在python中生成密码

>>> from notebook.auth import passwd>>> passwd('123456')'sha1:1996ed5b2fc6:40da178c53092195aab3e1ce840e8c5c9e335fab'

c = get_config()
c.NotebookApp.ip = ‘*’
c.NotebookApp.password = u’sha1:1996ed5b2fc6:40da178c53092195aab3e1ce840e8c5c9e335fab’
c.NotebookApp.open_browser = False
c.NotebookApp.port = 9999

0 0
原创粉丝点击