NumPy 学习笔记

数组 (ndarray)介绍 这个数组我感觉更像是矩阵,官方文档说它是一个多维数组对象(ndarray)。 NumPy provides an N-dimensional array type, the ndarray, which describes a collection of “items...

2018-06-26 · 6 分钟 · 2544 字 · hacper

jupyter notebook 学习笔记

快捷键 查看快捷键 在右上角的== help->keyboard Shortcuts == 或者在命令模式按 H 常用快捷键 Command Mode (press Esc to enable) F : find and replace Enter : enter edit mode Shift-Enter : run cell, select below Ctrl-Enter : run selected cells Alt-Enter : run cell and insert below Y : change cell...

2018-06-08 · 4 分钟 · 1808 字 · hacper