I have recently shifted to Macbook Pro M3 and having problem in running multiple notebook at a time. In Ubuntu I could open as many notebook as I want directly by clicking the notebooks. Now in Mac, if I open a second notebook then it is automatically getting connected to the previous one and whatever I am doing in the 2nd one, it is affecting the 1st one. I have to manually launch mathematical from terminal each time and then select notebook from there. But I want to open multiple notebooks directly from finder by clicking on the notebook. Is there a way? Any help would be appreciated.
1 Answer
$\begingroup$
$\endgroup$
1
This is completely normal and expected, as all the notebooks you open are using the same kernel. You can either set a different kernel for each notebook, or use a different context for each notebook by clicking Evaluation > Notebook's Default Context > Unique to This Notebook in the menu.
-
$\begingroup$ Thanks a lot. It resolved the issue. $\endgroup$user98564– user985642024-04-22 11:14:20 +00:00Commented Apr 22, 2024 at 11:14