Lakshay
Databricks Employee
Databricks Employee

The spark session is isolated at the notebook level and is not isolated at the user level. So, two users accessing the same notebook will be using the same spark session

View solution in original post