ipython notebook⌗

安装⌗

conda install ipython jupyter-notebook

启动⌗

jupyter notebook --ip 127.0.0.1 --port 8080 --cert=cert.pem

使用⌗

import os
print(os.path('/root'))

经验⌗

生成密钥⌗

编辑配置文件.jupyter/config⌗