Skip to content

Commit 1770d38

Browse files
authored
Adding copy instructions
1 parent 5fff5f3 commit 1770d38

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

articles/synapse-analytics/spark/apache-spark-development-using-notebooks.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ The following sections describe the operations for developing notebooks:
4646
* [Undo or redo a cell operation](#undo-redo-cell-operation)
4747
* [Comment on a code cell](#code-cell-commenting)
4848
* [Move a cell](#move-a-cell)
49+
* [Copy a cell](#copy-a-cell)
4950
* [Delete a cell](#delete-a-cell)
5051
* [Collapse cell input](#collapse-a-cell-input)
5152
* [Collapse cell output](#collapse-a-cell-output)
@@ -185,6 +186,13 @@ To move a cell, select the left side of the cell and drag the cell to the desire
185186

186187
![Animated GIF of moving cells in a Synapse notebook.](./media/apache-spark-development-using-notebooks/synapse-azure-notebook-drag-drop-cell.gif)
187188

189+
### <a name = "move-a-cell"></a>Copy a cell
190+
191+
To copy a cell, create a new cell, select all the text in your original cell, copy the text, and paste the text into the new cell. When your cell is in edit mode, traditional keyboard shortcuts to select all text are limited to the cell.
192+
193+
>[!TIP]
194+
>Synapse notebooks also provide [snippits](#code-snippets) of commonly used code patterns.
195+
188196
### <a name = "delete-a-cell"></a>Delete a cell
189197

190198
To delete a cell, select the **Delete** button to the right of the cell.

0 commit comments

Comments
 (0)