一.熟悉jupyternotebook
1.code状态tomarkdown状态:esc+M
2.markdown状态tocode状态:esc+Y
3.运行程序快捷键:ctr+enter
4.更多内容查看help
1.Codestatustomarkdownstatus:esc+M
2.Markdownstatustocodestatus:esc+Y
3.Runprogramshortcutkey:ctr+enter
4.Seehelpformorecontent
二.安装扩展库的方法
1.pip在线安装,pipinstall(命令提示符环境)
2.pip离线安装:pipinstall扩展库名称
3.exe安装,不是所有拓展库都支持
4.conda在线安装
(注:若机器上安装多个python开发环境,在一个环境下安装的扩展库在另一环境下无法使用)
1.Piponlineinstallation,pipinstall(