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?