设置保存路径:
jupyter notebook --generate-config
在C盘:
C:\Users\***\.jupyter中,找到jupyter_notebook_config.py
配置 c.NotebookApp.notebook_dir= 即可
shift + enter:运行选择代码,并选中下一行
ctrl + enter: 运行选中代码
alt + enter: 运行选中代码,并在下面插入一行
b : 在下面插一行
a :在上面插一行
m :markdown模式
y :code模式