jupyter初步使用

开始使用

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

常用操作

  • 新建文件
    点击New->Python3,新建一个jupyter笔记本

    默认名称为Untitled,可在打开的笔记本上方进行修改名称
  • 简单使用
image-20210912114435368
常用快捷键
# 执行
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](

posted @ 2021-09-12 12:31  逐云浪客  阅读(255)  评论(0编辑  收藏  举报