开始使用
- 在资源管理器创建一个文件夹当作jupyter的根目录,直接在地址框输入cmd
- 输入命令
jupyter notebook
启动jupyter,访问http://localhost:8888/tree即可
常用操作
- 新建文件
点击New->Python3,新建一个jupyter笔记本
默认名称为Untitled,可在打开的笔记本上方进行修改名称
- 简单使用
常用快捷键
# 执行
ctrl+enter
#下一行
alt+enter
#markdown格式
Esc+M
#序号重新排序
点击Kernel->点击Restart & Run All
其他
github教程在b站搜git
Kaggle: Your Machine Learning and Data Science Community
天池大数据竞赛-天池大赛-阿里云天池 (aliyun.com)
pandas documentation — pandas 1.3.2 documentation (pydata.org)
[scikit-learn: machine learning in Python — scikit-learn 0.24.2 documentation](