Why are there two different options for Sage in Jupyter's "New" menu?
When I open a Jupyter Session and klick on >>New<< in the upper right corner, I get offered 3 options:
- Python 3
- Sage 9.3
- SageMath 9.3
Is there any difference between the second and third alternative? I'm on MacOS 10.15.7 (still, yes, I have reasons ...) and am using the App Version of SageMath.
Do you have another Sage installation that it could be picking up?
You could open one notebook with each of those kernels, and run
print(SAGE_ROOT)
in each to see what Sage installation each of them points to.