Skip to content

Commit 382c7d6

Browse files
Merge pull request #286540 from whhender/patch-132
Adding copy instructions
2 parents 98bb049 + 1770d38 commit 382c7d6

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)