jupyter初步使用

开始使用

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

常用操作

  • 新建文件
    点击New->Python3,新建一个jupyter笔记本
    jupyter初步使用
    默认名称为Untitled,可在打开的笔记本上方进行修改名称
    jupyter初步使用
  • 简单使用
jupyter初步使用
常用快捷键
# 执行
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 无法跳转链接和运行不出结果解决办法


下一篇:vscode jupyter 不能多开