Notebook cells are essential for constructing and organizing content within a notebook. They support a variety of operations and features, each tailored to specific types of content. This topic describes the use cases for each type of cell and the management operations they support.
Background information
The current Markdown cells support Markdown syntax. For more information, see the extended syntax guide and the basic syntax guide.
The following syntax is not supported:
HTML
Definition Lists
Emoji
Highlight
Subscript
Superscript
Markdown cells
Markdown cells enable you to incorporate text content into a notebook using standard Markdown syntax.
Area | Description |
①Operation area | After clicking to select the added Markdown cell, you can manage the Markdown cell in the operation area. This includes switching cells, adding cells under the current cell, copying cells, moving cells up, moving cells down, and deleting cells.
|
②Editing area | In the editing area, you can develop notebook content using Markdown syntax. For Markdown syntax, please refer to Markdown syntax. |
SQL cells
SQL cells allow you to input and execute compute engine SQL queries using SQL syntax within a notebook.
Area | Description |
①Operation area | After clicking to select the SQL cell, you can manage the SQL cell in the operation area. This includes running SQL code, query acceleration, collapsing cells, formatting SQL, switching cells, adding cells, copying cells, moving cells, and deleting cells.
|
②Editing area | You can develop compute engine SQL in the editing area. |
Database SQL cells
Database SQL cells facilitate the addition and execution of database SQL queries using SQL syntax in a notebook.
Area | Description |
①Operation area | After clicking to select the database SQL cell, you can manage the database SQL cell in the operation area. This includes running database SQL code, collapsing cells, formatting SQL, switching cells, adding cells, copying cells, moving cells, and deleting cells.
|
②Editing area | You can develop database SQL in the editing area. After completing the database SQL code editing, you can click Run. The system will parse all objects in the code to confirm whether the current user has the permission to operate the objects. If the permission verification is successful, it indicates that the current operating user has the corresponding permission to check the objects. If the permission verification fails, it indicates that the current operating user does not have the permission for the corresponding objects, and the list of objects without permission will be displayed in the permission verification failed dialog box. The permission verification failed dialog box will display the object name, object type, permission type, and operation information.
|