- Jupyter for Data Science
- Dan Toomey
- 203字
- 2021-07-08 09:22:31
Edit menu
The Edit menu has the following choices:

- Cut Cells: Typical cut operation.
- Copy Cells: Assuming you are used to the GUI operations of copying cells to memory buffer and later pasting into another location in the notebook.
- Paste Cells Above: If you have selected a cell and if you have copied a cell, this option will not be grayed out and will paste the buffered cell above the current cell.
- Paste Cells Below: Similar to the previous option.
- Delete Cells: Will delete the selected cells.
- Undo Delete Cells.
- Split Cell: There is a style issue here, regarding how many statements you put into a cell. Many times, you will start with one cell containing a number of statements and split that cell up many times to break off individual or groups of statements into their own cell.
- Merge Cell Above: Combine the current cell with the one above it.
- Merge Cell Below: Similar to the previous option.
- Move Cell Up: Move the current cell before the one above it.
- Move Cell Down.
- Edit Notebook Metadata: For advanced users to modify the internal programming language used by Jupyter for your notebook.
- Find and Replace: Locate specific text within cells and possibly replace.
推薦閱讀
- Java多線程編程實戰指南:設計模式篇(第2版)
- 零基礎搭建量化投資系統:以Python為工具
- CentOS 7 Server Deployment Cookbook
- Unity 2020 Mobile Game Development
- Java程序員面試算法寶典
- Implementing Cisco Networking Solutions
- C程序設計案例教程
- Mastering Google App Engine
- Java EE 7 Performance Tuning and Optimization
- Learning JavaScript Data Structures and Algorithms
- 跟戴銘學iOS編程:理順核心知識點
- LabVIEW入門與實戰開發100例(第4版)
- Mastering Machine Learning with R
- Learning Shiny
- Learning TypeScript