Could not build spark session in Jupyter notebook

Hi All

I could not start or build spark session in Jupyter notebook.

While building the spark session using below command, kernel is going to busy state always, but all other commands are completing in seconds.

spark=SparkSession.builder.appName(“JupyterNotebook”).getOrCreate()

Regards
Balaji TK