Skip to content

Commit 334d596

Browse files
committed
Freshness updates
1 parent 9cc7f29 commit 334d596

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ description: In this article, you learn how to create and develop Synapse notebo
44
services: synapse analytics
55
author: JeneZhang
66
ms.service: azure-synapse-analytics
7-
ms.topic: conceptual
7+
ms.topic: how-to
88
ms.subservice: spark
9-
ms.date: 05/08/2021
9+
ms.date: 09/11/2024
1010
ms.author: jingzh
1111
ms.custom: devx-track-python
1212
---
@@ -26,7 +26,7 @@ This article describes how to use notebooks in Synapse Studio.
2626

2727
## Create a notebook
2828

29-
You can create a new notebook or import an existing notebook to a Synapse workspace from **Object Explorer**. Select **Develop**, right-click **Notebooks**, and then select **New notebook** or **Import**. Synapse notebooks recognize standard Jupyter Notebook IPYNB files.
29+
You can create a new notebook or import an existing notebook to a Synapse workspace from **Object Explorer**. Select the **Develop** menu. Select the **+** button and select **Notebook** or right-click **Notebooks**, and then select **New notebook** or **Import**. Synapse notebooks recognize standard Jupyter Notebook IPYNB files.
3030

3131
![Screenshot of selections for creating or importing a notebook.](./media/apache-spark-development-using-notebooks/synapse-create-import-notebook-2.png)
3232

@@ -188,7 +188,7 @@ To move a cell, select the left side of the cell and drag the cell to the desire
188188

189189
### <a name = "move-a-cell"></a>Copy a cell
190190

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.
191+
To copy a cell, first create a new cell, then 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.
192192

193193
>[!TIP]
194194
>Synapse notebooks also provide [snippits](#code-snippets) of commonly used code patterns.
@@ -269,7 +269,7 @@ The `%run` magic command has these limitations:
269269
* The command supports nested calls but not recursive calls.
270270
* The command supports passing an absolute path or notebook name only as a parameter. It doesn't support relative paths.
271271
* The command currently supports only four parameter value types: `int`, `float`, `bool`, and `string`. It doesn't support variable replacement operations.
272-
* The referenced notebooks must be published. You need to publish the notebooks to reference them, unless you select the [option to enable an unpublished notebook reference](#reference-unpublished-notebook). Synapse Studio does not recognize the unpublished notebooks from the Git repo.
272+
* The referenced notebooks must be published. You need to publish the notebooks to reference them, unless you select the [option to enable an unpublished notebook reference](#reference-unpublished-notebook). Synapse Studio doesn't recognize the unpublished notebooks from the Git repo.
273273
* Referenced notebooks don't support statement depths larger than five.
274274

275275
### Use the variable explorer
@@ -299,7 +299,7 @@ The number of tasks for each job or stage helps you identify the parallel level
299299

300300
### <a name = "spark-session-configuration"></a>Configure a Spark session
301301

302-
On the **Configure session** pane, you can specify the timeout duration, the number of executors, and the size of executors to give to the current Spark session. Restart the Spark session for configuration changes to take effect. All cached notebook variables are cleared.
302+
On the **Configure session** pane, which you can find by selecting the gear icon at the top of the notebook, you can specify the timeout duration, the number of executors, and the size of executors to give to the current Spark session. Restart the Spark session for configuration changes to take effect. All cached notebook variables are cleared.
303303

304304
You can also create a configuration from the Apache Spark configuration or select an existing configuration. For details, refer to [Manage Apache Spark configuration](../../synapse-analytics/spark/apache-spark-azure-create-spark-configuration.md).
305305

Loading

0 commit comments

Comments
 (0)