IPython 5.1.0 -- An enhanced Interactive Python. ? -> Introduction and overview of IPython's features. %quickref -> Quick reference. help -> Python's own help system. object? -> Details about 'object', use 'object??'for extra details.
In [1]: from notebook.auth import passwd
In [2]: passwd() Enter password: Verify password: Out[2]: 'sha1:43b95b731276:5d330ee6f6054613b3ab4cc59c5048ff7c70f549'
修改默认配置文件
1 2 3 4 5 6 7
vi /home/hailin/.jupyter/jupyter_notebook_config.py