Jupyter Notebook的使用-helloworld
Jupyter Notebook的使用-helloworld
1 界面启动、创建文件
界面启动
环境搭建好后,本机输入jupyter notebook命令,会自动弹出浏览器窗口打开Jupyter Notebook
进入虚拟环境
workon ai
输入命令
jupyter notebook
cell操作
什么是cell?
cell:一对In Out会话被视作一个代码单元,称为cell
J...
原创
2019-01-09 21:03:40 ·
3961 阅读 ·
0 评论