- 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.
推薦閱讀
- Visual C++程序設計教程
- Python 3.7網絡爬蟲快速入門
- Computer Vision for the Web
- Power Up Your PowToon Studio Project
- 構建移動網站與APP:HTML 5移動開發入門與實戰(跨平臺移動開發叢書)
- Python Tools for Visual Studio
- STM32F0實戰:基于HAL庫開發
- 手把手教你學C語言
- Drupal 8 Module Development
- 自制編程語言
- Learning SciPy for Numerical and Scientific Computing(Second Edition)
- Learning Unity 2D Game Development by Example
- Spring快速入門
- 例解Python:Python編程快速入門踐行指南
- The Applied Data Science Workshop