Skip to content

Commit 06271bc

Browse files
authored
Merge pull request #281929 from SharonZhang1/update0726
add note for running notebooks
2 parents e34633e + 5f2b005 commit 06271bc

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ The IntelliSense features are at different levels of maturity for different lang
143143
144144
<h3 id="code-snippets">Code Snippets</h3>
145145

146-
Synapse notebooks provide code snippets that make it easier to enter common used code patterns, such as configuring your Spark session, reading data as a Spark DataFrame, or drawing charts with matplotlib etc.
146+
Synapse notebooks provide code snippets that make it easier to enter commonly used code patterns, such as configuring your Spark session, reading data as a Spark DataFrame, or drawing charts with matplotlib etc.
147147

148148
Snippets appear in [Shortcut keys of IDE style IntelliSense](#ide-style-intellisense) mixed with other suggestions. The code snippets contents align with the code cell language. You can see available snippets by typing **Snippet** or any keywords appear in the snippet title in the code cell editor. For example, by typing **read** you can see the list of snippets to read data from various data sources.
149149

@@ -240,6 +240,9 @@ The Outlines (Table of Contents) presents the first markdown header of any markd
240240

241241
You can run the code cells in your notebook individually or all at once. The status and progress of each cell is represented in the notebook.
242242

243+
> [!NOTE]
244+
> Deleting a notebook will not automatically cancel any jobs that are currently running. If you need to cancel a job, you should visit the Monitoring Hub and cancel it manually.
245+
243246
### Run a cell
244247

245248
There are several ways to run the code in a cell.
@@ -306,7 +309,7 @@ You can select the **Variables** button on the notebook command bar to open or h
306309

307310
### Cell status indicator
308311

309-
A step-by-step cell execution status is displayed beneath the cell to help you see its current progress. Once the cell run is complete, an execution summary with the total duration and end time are shown and kept there for future reference.
312+
A step-by-step cell execution status is displayed beneath the cell to help you see its current progress. Once the cell run is complete, an execution summary with the total duration and end time is shown and kept there for future reference.
310313

311314
![Screenshot of cell-status](./media/apache-spark-development-using-notebooks/synapse-cell-status.png)
312315

0 commit comments

Comments
 (0)