In the jupyter notebook, I want to build a spark session:
spark = SparkSession.builder.appName("ass2-task1").getOrCreate()
The erro