Skip to content

Commit f2259cd

Browse files
committed
edit pass: azure-synapse-analytics-code-artifacts
1 parent 703ad95 commit f2259cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -454,11 +454,11 @@ df = spark.read.option("header", "true") \
454454

455455
You can access data in the primary storage account directly. There's no need to provide the secret keys. In Data Explorer, right-click a file and select **New notebook** to see a new notebook with an automatically generated data extractor.
456456

457-
![Screenshot of data-to-cell in an Azure Synapse Analytics notebook.](./media/apache-spark-development-using-notebooks/synapse-data-to-cell.png)
457+
![Screenshot that shows opening a new Spark table to access file data in Azure Synapse Analytics.](./media/apache-spark-development-using-notebooks/synapse-data-to-cell.png)
458458

459459
## IPython Widgets
460460

461-
Widgets are eventful Python objects that have a representation in the browser, often as a control like a slider, textbox etc. IPython Widgets only works in Python environment, it's not supported in other languages (for example, Scala, SQL, C#) yet.
461+
Widgets are eventful Python objects that have a representation in the browser, often as a control like a slider or text box. IPython Widgets only works in Python environment, it's not supported in other languages (for example, Scala, SQL, C#) yet.
462462

463463
### To use IPython Widget
464464

0 commit comments

Comments
 (0)