You work as a Data Engineering Coordinator for Mark at MDFT Pro, a well-known training agency. MDFT Pro operates a Fabric workspace named Workspace1 that contains a notebook named Notebook1, which processes student enrollment data and course analytics using Apache Spark. Mark has asked you to create a new notebook named Notebook2 in the same workspace to perform additional analysis on the same data. To improve efficiency and enable collaboration between the two notebooks, you need to ensure that Notebook2 can attach to the same Apache Spark session as Notebook1, allowing them to share data and computational resources without duplicating the Spark context setup.
What should you do?
Choose the correct answer from the options below.
Explanations for each answer: