Sage GUI on Mac when building from source
I normally use the official (pre-compiled) app version of Sage on macOS. When I start the app, it adds a new dropdown menu to the menu bar.
Now I switched to building Sage from source, as this gives access to features I could not otherwise have (e.g. install Coin MIP solver with sage -i cbc
). How can I run the same GUI interface that is available in the app version? I can run the command line sage
program or I can use sage --notebook=jupyter
. But is there a way to run the same GUI available in the app version?
Hello, I suppose you are refering to the classic Sage Notebook. Unfortunately it is now deprecated, and the package is optional, you can check the issue track here.
You have to convert the old
sagenb
format to the newjupyter
format. The instruction are in the issue I pointed to.@dsejas No, I am referring to the Sage GUI available on macOS, not specific notebook formats.
Oh, sorry. I was not aware there was another GUI for Sage. Well, I learn something new about Sage every day!