安装Jupyter
使用pip工具进行安装,在命令提示窗口输入命令如下:
pip install jupyter notebook使用Jupyter
在命令提示窗口输入如下命令,启动浏览器页面:
jupyter notebook修改jupyter的工作路径/存储路径
由于默认工作路径在C盘,因此要修改jupyter工作路径到其他盘。
在命令提示窗口输入如下命令,查看配置文件路径:
jupyter notebook --generate-config
在该文件中添加工作路径的配置,如下:
c.NotebookApp.notebook_dir='D:\jupyter'重新启动:
jupyter notebook









![[C语言刷题]杨氏矩阵、返回型参数](https://img-blog.csdnimg.cn/bc40965cdd7b4603be52e8062f82d622.png)








