Updated on 2026-05-20 GMT+08:00

Common Operation Buttons

Notebook Operation Buttons

Figure 1 Common notebook operation buttons
Table 1 Common notebook operation buttons

Button

Description

Run All

Runs all cells.

Save

Saves all cells.

Submit to Project Directory

Submits personal notebook files in the notebook environment directory to the project directory (job directory tree). For details, see Submitting a Notebook Environment Directory to the Project Directory.

New Cell

Creates a cell.

Clear Outputs

Clears the execution results of all cells.

More > Restart Kernel

Restarts the Notebook kernel.

More > Kill Kernel

Stops the Notebook kernel.

Shift+Enter

Runs the current cell and moves to the next cell.

Esc+H

Views all keyboard shortcut keys.

Figure 2 Running cells
Table 2 Running cells

Code Execution Mode

Description

Run cell

Runs codes in the entire cell.

Run all above

Runs all cells above the current cell.

Run all below

Runs the current cell and all cells below it.

Run selected text

Runs selected text.

Figure 3 Common buttons for running cells
Table 3 Common buttons for running cells

Common Function Button

Description

Python

The code type is Python.

Ctrl + Shift + C

Copies a cell.

Ctrl + Shift + V

Pastes a copied or cut cell.

Ctrl + Shift + X

Cuts a cell.

Alt + P

Adds a cell above the current cell.

Alt + N

Adds a cell below the current cell.

Alt + UpArrow

Moves a cell up.

Alt + DownArrow

Moves a cell down.

Alt + Delete

Clears the cell execution result.

Mark as Parameters Cell

Marks a cell as a Parameters cell.

The Parameters cell previously marked will be invalid.

Deletes the current cell.

Maximizes the code development window. After the window is maximized, only the current cell is displayed.

Minimizes the code development window. After the window is minimized, you can view all cells.

After maximizing the window, you can click to view the previous cell.

After maximizing the window, you can click to view the next cell.

Click to collapse the expanded cell and display only one line of code.

Click to expand the collapsed cell. You can view all the development code and execution results in the cell.

Creates a cell. You can also create a cell between two cells.

Common Operation Buttons in the Notebook Environment Directory

Figure 4 Notebook Environment Directory
Table 4 Common operations for the notebook environment directory

Common Operation

Description

Creates a folder or notebook.

Refreshes the notebook environment directory tree.

Locates the file tree. It allows you to find the specific location of the notebook file you are editing in the notebook environment directory tree.

Collapses My Files.

Expands My Files.

Folder - New Notebook

Creates a notebook file.

You can also right-click My Files to create a notebook file.

Folder - New Folder

Creates a subfolder in a folder.

You can also right-click My Files to create a folder.

Folder - Upload File

Uploads a notebook file to a folder.

You can also right-click My Files to upload a notebook file. The file to be uploaded must be in xxxxx.ipynb format.

Folder - Delete

Deletes a folder. The notebook files in the folder will be deleted along with it.

Folder - Copy Name

Copies the name of a notebook folder.

Folder - Rename

Renames a folder.

Notebook file - Open

Opens a notebook.

Notebook file - Copy Name

Copies the name of a notebook.

Notebook file - Rename

Renames a notebook.

Notebook file - Export

Exports a notebook. The exported notebook file is in xxxxx.ipynb format.

You can upload the exported notebook file to a specified directory.

Notebook file - Move to

Moves a notebook. You can move a notebook to another folder.

Notebook file - Delete

Deletes a notebook.