You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: In this article, you learn how to create and develop Synapse notebooks to do data preparation and visualization.
4
4
services: synapse analytics
5
5
author: JeneZhang
6
-
ms.service: synapse-analytics
6
+
ms.service: azure-synapse-analytics
7
7
ms.topic: conceptual
8
8
ms.subservice: spark
9
9
ms.date: 05/08/2021
@@ -246,7 +246,7 @@ To cancel the running cells or the cells waiting in the queue, select the **Canc
246
246
247
247

248
248
249
-
### Reference a notebook
249
+
### <aname = "notebook-reference"></a>Reference a notebook
250
250
251
251
To reference another notebook within the current notebook's context, use the `%run <notebook path>` magic command. All the variables defined in the reference notebook are available in the current notebook.
252
252
@@ -289,7 +289,7 @@ The number of tasks for each job or stage helps you identify the parallel level
289
289
290
290

291
291
292
-
### Configure a Spark session
292
+
### <aname = "spark-session-configuration"></a>Configure a Spark session
293
293
294
294
On the **Configure session** pane, you can specify the timeout duration, the number, 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.
295
295
@@ -330,7 +330,7 @@ Here are some considerations for the `%%configure` magic command:
330
330
* You must use the standard Spark configuration properties in the `"conf"` body. We don't support first-level references for the Spark configuration properties.
331
331
* Some special Spark properties won't take effect in `"conf"` body, including `"spark.driver.cores"`, `"spark.executor.cores"`, `"spark.driver.memory"`, `"spark.executor.memory"`, and `"spark.executor.instances"`.
332
332
333
-
#### Parameterized session configuration from a pipeline
333
+
#### <aname = "parameterized-session-configuration-from-pipeline"></a>Parameterized session configuration from a pipeline
334
334
335
335
You can use parameterized session configuration to replace values in the `%%configure` magic command with pipeline run (notebook activity) parameters. When you're preparing a `%%configure` code cell, you can override default values by using an object like this:
336
336
@@ -514,7 +514,7 @@ On the notebook's **Properties** pane, you can configure whether to include the
514
514
515
515

You can use familiar Jupyter magic commands in Synapse notebooks. Review the following lists of currently available magic commands. Tell us [your use cases on GitHub](https://github.com/MicrosoftDocs/azure-docs/issues/new) so that we can continue to create more magic commands to meet your needs.
0 commit comments