Why are there two different options for Sage in Jupyter's "New" menu?

asked 3 years ago

dantetante gravatar image

updated 3 years ago

dsejas gravatar image

When I open a Jupyter Session and klick on >>New<< in the upper right corner, I get offered 3 options:

  1. Python 3
  2. Sage 9.3
  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.

Preview: (hide)

Comments

Do you have another Sage installation that it could be picking up?

John Palmieri gravatar imageJohn Palmieri ( 3 years ago )
1

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.

slelievre gravatar imageslelievre ( 3 years ago )