smpa01
Contributor

One needs to use # DBTITLE 1,cell_title in a py file

 

# COMMAND ----------

# DBTITLE 1,Title 1
from pyspark.sql import SparkSession
from delta.tables import DeltaTable
from pyspark.sql.functions import *

 

 

View solution in original post