python jupyter notebook使用

发布时间 2023-04-24 11:28:49作者: wangssd

安装:

pip install jupyter

 

配置文件生成目录:

jupyter notebook--generate-config ,生成默认配置文件到C:\Users\Administrator\.jupyter\jupyter_notebook_config.py

运行:

打开cmd命令提示符窗口输入jupyter notebook 回车,然后浏览器就会打开Jupyter notebook。