打开Xshell进入自己的账户命令界面
输入命令pip install jupyter,安装jupyter notebook
如果是安装的anaconda,就不需要再安装jupyter notebook(已经安好)
安装完毕后,执行命令jupyter notebook --generate-config,此时在/root/.jupyter/下会生成一个
jupyter_notebook_config.py的配置文件
执行openssl req -x509 -nodes -days 365 -newkey rsa:1024 -keyout notebook_cert.key -o