Jupyter Notebook 27绝技——27 Jupyter Notebook tips, tricks and shortcuts

转载自:https://www.dataquest.io/blog/jupyter-notebook-tips-tricks-shortcuts/

Jupyter notebook, formerly known as the IPython notebook, is a flexible tool that helps you create readable analyses, as you can keep code, images, comments, formulae and plots together.

Jupyter Notebook, 集代码、图像、注释、公式、图表为一体的神器。

Jupyter名字的起源 :the name Jupyter is an indirect acronyum of the three core languages it was designed for: JUlia, PYThon, and R and is inspired by the planet Jupiter.

1. Keyboard Shortcuts  快捷键

怎么查看说明,打开一个notebook,Help > Keyboard Shortcuts

有命令模式的快捷键:

也有编辑模式的快捷键:

几个常用的:

1. Esc + F  :Find and replace on your code but not the outputs.

查找并替换代码(而不是输出)

2. 对于cell的一些操作

Esc + O  折叠cell输出;

Shift + J or Shift + Down:向下选中多个cell,反之亦然

选中多个cell有什么用呢?删除修改复制等不用说,可以合并呀,哈哈

Shift + M: 合并多个cell

时间: 2024-10-14 08:15:01

Jupyter Notebook 27绝技——27 Jupyter Notebook tips, tricks and shortcuts的相关文章

45 Useful JavaScript Tips, Tricks and Best Practices(有用的JavaScript技巧,技巧和最佳实践)

As you know, JavaScript is the number one programming language in the world, the language of the web, of mobile hybrid apps (like PhoneGap or Appcelerator), of the server side (like NodeJS or Wakanda) and has many other implementations. It’s also the

Productivity tips, tricks and hacks for academics (2015 edition)

Productivity tips, tricks and hacks for academics (2015 edition) Contents Jump to: My philosophy: Optimize transaction costs. Don't work from home. Eliminate temptation to waste time. Salvage dead time with technology. Get rid of your TV. Taming emai

Javascript Tips & Tricks

前端开发规范系列文章之Javascript Tips and Tricks,本意是写成常用代码收集.常用技巧整理的文章,感觉"常用代码大全"太土."实用代码整理"有失偏颇,"提示与技巧"不够稳重,所以使用常用的英语说法,相信广大程序员都懂得. 妙味 Javascript美妙之处,需要我们静静体会,慢慢吸收,然后让代码在您指下曼舞.整理的这些代码我们称之为妙味,请大家细品. 博主会不断更新本文,方便大家阅读起见,我们采用倒序更新的方式,把最新更新的

iOS 7 Development Tips, Tricks & Hacks

iOS 7 Development Tips, Tricks & Hacks September 18, 2013 Like with any new iOS version there are a bunch of new tricks and hacks to work out. Here are a few things that weren't immediately obvious to me, it's in no way a complete set, just things th

Office 365 - SharePoint Tips & Tricks

1. Recycle Bin 地址: //管理员 /_layouts/15/AdminRecycleBin.aspx //普通用户 /_layouts/15/RecycleBin.aspx 2.

Tips/Tricks#5:利用URL重写隐藏复杂的URL

注:此系列记录在我实际开发中遇到的问题和收藏一些技巧文章. 本篇技巧和诀窍记录的是:利用URL重写隐藏复杂的URL,非常简单的技巧,我相信大家都知道. 这个场景太常见了,当然有许多许多的方法,我来介绍一种非常简单的方法吧! 第一步:模拟映射页面 我们想在一个页面上点击guid.html链接,跳转到比较复杂URL的guid_{492f3e0b-848e-11da-9550-00e08161165f}.html页面.即定义一个映射,该映射隐藏实际的URL并将其映射到用户更容易记忆的URL. 第二步:

Tips & Tricks:怎么让Nexus 5吃上“棒棒糖”?

首先,奉上Android 5.1.1更新的链接,Nexus 5的新工厂镜像的版本号是LMY48B.如果你的手上有部Nexus 5,并且有点空闲,那么花上一小会时间就能够将最新版本的“棒棒糖”刷入Nexus 5.下面详述怎么让Nexus 5吃上“棒棒糖”. 注意:工厂镜像就像字面上说的那样:系统出厂时的快照.这意味着,当刷入工厂镜像时,将会清除掉手机原先存储的游戏,图片,音乐,文件,账户等个人数据.所以,在开始刷工厂镜像之前,确保备份好个人数据(或者对格式化数据不在意). Nexus 5也能够通过

27 个Jupyter Notebook的小提示与技巧

Jupyter notebook, 前身是 IPython notebook, 它是一个非常灵活的工具,有助于帮助你构建很多可读的分析,你可以在里面同时保留代码,图片,评论,公式和绘制的图像. Jupyter具有非常强的可扩展性,支持很多编程语言,并且易于部署到你的个人电脑和几乎所有的服务器上 -- 你只需要使用ssh或http接入即可.最重要的是,它完全免费. Jupyter默认设置使用 Python kernel,正因此以前叫做 IPython notebook. Jupyter noteb

Jupyter Notebook 快捷键

Jupyter Notebook 的快捷键 Jupyter Notebook 有两种键盘输入模式.编辑模式,允许你往单元中键入代码或文本:这时的单元框线是绿色的.命令模式,键盘输入运行程序命令:这时的单元框线是灰色. 命令模式 (按键 Esc 开启) Ctrl-Enter : 运行本单元 Enter : 转入编辑模式 Shift-Enter : 运行本单元,选中下个单元 Alt-Enter : 运行本单元,在其下插入新单元 Y : 单元转入代码状态 M :单元转入markdown状态 R : 单