转两篇大佬文章
https://blog.csdn.net/create115721/article/details/79243641
https://blog.csdn.net/weixin_37595559/article/details/81540482
快捷键:
1.shift+tab
2.tab联想
环境:win7,anaconda3
运行jupyter notebook浏览器会打开http://localhost:8888/tree
此时目录位置在C盘下,修改目录方法如下
运行jupyter notebook --generate-config生成配置文件
打开C:\Users\Administrator.jupyter\jupyter_notebook_config.py
找到c.NotebookApp.notebook_dir
重新启动,配置生效。
执行代码快捷键Shift+回车