from pyspark import SparkContext, SparkConf
conf = SparkConf().setAppName(“appName”)
sc = SparkContext(conf=conf)
When i run the above spark code in jupyter…I found an issue with sc = SparkContext(conf=conf)… throwing valueError… please refer the following image