1 | initial version |
You should still be able to run the normal notebook by opening a Terminal window (one of the options in the menu bar item, in the Mac app) and running
sage -n # sagenb still default
or, from the sage command prompt,
sage: notebook()
Eventually these will have to be replaced with the correct type of notebook, something along the lines of
sage --notebook=sagenb
All the notebooks should still be in the same location as before.