📌  相关文章
📜  删除 jupyter notebook 中的单元格 - 任何代码示例

📅  最后修改于: 2022-03-11 14:58:29.300000             🧑  作者: Mango

代码示例3
83

In the new IPython cells could have two states: when it has a green selection rectangle around it you can edit what's inside; when it has a grey rectangle around it you edit the cell itself (copy/paste/delete). Enter/Return makes it go green, Esc makes it go grey. When it is gray, 'dd' will delete it