Ask Your Question

Revision history [back]

One way to launch the legacy Sage Notebook server when the Jupyter Notebook server is already launched is as follows.

Open a Jupyter Notebook worksheet, say Untitled.ipynb. In the first input cell, type

!sage -n

This will launch the legacy Sage Notebook server and open up a web browser window or tab with the familiar Sage Notebook home page.