jupyter初探

开始使用

  • 在资源管理器创建一个文件夹当作jupyter的根目录,直接在地址框输入cmd
    jupyter初探_第1张图片
  • 输入命令jupyter notebook启动jupyter,访问http://localhost:8888/tree即可

常用操作

  • 新建文件
    点击New->Python3,新建一个jupyter笔记本
    jupyter初探_第2张图片
    默认名称为Untitled,可在打开的笔记本上方进行修改名称
    jupyter初探_第3张图片
  • 简单使用
    jupyter初探_第4张图片
常用快捷键
# 执行
ctrl+enter

#下一行
alt+enter

#markdown格式
Esc+M

#序号重新排序
点击Kernel->点击Restart & Run All

其他

nbviewer (jupyter.org)

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

你可能感兴趣的:(jupyter,python)