conda-jupyter-安装与使用

安装时直接用conda install jupyter

如果不能用,提示找不到jupyter_core,要记得重启!!!!

jupyter配置文件

通过jupyter notebook --generate-config生成,在~/.jupyter/jupyter_notebook_config.py

https://jupyter-notebook.readthedocs.io/en/stable/public_server.html

配置服务器可以被外界访问

在配置文件中,设置c.NotebookApp.ip = '*'

设置密码

jupyter notebook password