
Jupyter notebook
文章平均质量分 80
freshgerl
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Jupyter notebook keyborad shortcuts
Command mode (press ESC) mode switch Enter — switch to edit mode Esc — switch to command mode cell state switch y — code state m — markdown state run cell Shift-Enter — run current ce...原创 2018-05-05 16:21:20 · 297 阅读 · 0 评论 -
Insert math formula in Jupyter notebook
special character 1 $ represent formula boundary, that is begin or end formula $$ — one formula a single line example: ex1: $f(x)=3x+7$, equal to f(x)=3x+7f(x)=3x+7f(x)=3x+7 ex2: $$f(x)=3x+7$$ ...原创 2018-06-07 21:08:00 · 634 阅读 · 0 评论