服务器上搭建jupyter notebook

参考:https://zhuanlan.zhihu.com/p/44405596

           https://blog.csdn.net/cvMat/article/details/79351420

遇到的问题

1、KeyError: 'allow_remote_access'

    添加:c.NotebookApp.allow_remote_access = True

2、最后从浏览器中输入的登录密码,是输入转换为密钥时的密码

原文地址:https://www.cnblogs.com/573177885qq/p/11250839.html