摘要: 阅读目录 命令模式 (按键 Esc 开启) 编辑模式 ( Enter 键启动) Jupyter Notebook 的快捷键 使用前需要进行安装: pip install jupyter (前提是你已经安装好Python,并将python添加到环境解释器中) 安装完成之后,因为python已经添加至环 阅读全文
posted @ 2021-01-13 08:40 江千里 阅读(212) 评论(0) 推荐(0)
摘要: In [1]: import numpy as np #所有的值都是从0到1 np.random.rand(3,2) Out[1]: array([[0.51504028, 0.75915907], [0.93532186, 0.16917838], [0.04486651, 0.01075879] 阅读全文
posted @ 2021-01-13 08:30 江千里 阅读(97) 评论(0) 推荐(0)