jupyter初步使用

开始使用

  • 在资源管理器创建一个文件夹当作jupyter的根目录,直接在地址框输入cmd

  • 输入命令jupyter notebook启动jupyter,访问http://localhost:8888/tree即可

常用操作

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](

相关文章

转载:一文讲述Pandas库的数据读取、数据获取、数据拼接、数...
Pandas是一个开源的第三方Python库,从Numpy和Matplotlib的基...
整体流程登录天池在线编程环境导入pandas和xrld操作EXCEL文件...
 一、numpy小结             二、pandas2.1为...
1、时间偏移DateOffset对象DateOffset类似于时间差Timedelta...
1、pandas内置样式空值高亮highlight_null最大最小值高亮背景...