'PySpark Session is taking till now over 125 min for creation?

While creating a pySpark session it's taking so long and still running, is it normal? I'm using Pyspark in Jupyter notebook in Vscode. here's my code :

from pyspark.sql import SparkSession   
spark = SparkSession.builder.appName('Practice').getOrCreate()  ```


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source