I want to use python in syanpsenotebook activity, is there any difference in what I can do with normal python?

NishimuraChinatsu-9854 756 Reputation points
2022-08-04T06:37:49.173+00:00

Is it possible to send an email using python in synapse notebook activity?

Also, is there anything I can't do with python in synapse's notebook activity?

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,362 questions
Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
1,916 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,525 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. ShaikMaheer-MSFT 37,896 Reputation points Microsoft Employee
    2022-08-04T08:50:15.25+00:00

    Hi @NishimuraChinatsu-9854 ,

    Thank you for posting query in Microsoft Q&A Platform.

    There is no difference Synapse notebook with python allows you to write code in python only.

    Make sure to run pip install <packageName> command if your code as any package references.
    227985-image.png

    If there are any specific ports to open for sending email then you have to consider that too.

    Hope this helps. Please let us know if any queries.

    ----------

    Please consider hitting Accept Answer button. Accepted answers help community as well.