******安装Jupyter Notebook******
第一步:安装ipython,安装完成后输入ipython,如下图,输入exit可退出
pip install ipython
第二步:安装jupyter
pip install jupyter
第三步:配置环境,通过远程方式访问jupyter notebook
1, jupyter notebook --generate-config
如果出现以下提示,请在之前的命令后面加 –allow-root
jupyter notebook –generate-config –allow-root
[C 09:07:26.948 NotebookApp] Running as root is not recommended. Use –allow-root to bypass.
2,生成登陆密码 这一步其实用不到,因为在虚拟机环境下不建议使用密码登录,修改配置文件的时候密码建议屏蔽,如果是云主机还是有必要
打开ipython,创建一个密文的密码: