Section 44.8 Jupyter Options
These options are specific to a conversion to Jupyter notebooks. But because a notebook’s text cells are built from HTML, many of the options in Section 44.5 can have an effect. See Chapter 35 for an overview of the conversion.
Subsection 44.8.1 Jupyter Kernel
The
/publication/jupyter/@kernel
attribute names the kernel that will execute the code cells of each notebook. The value
sagemath (the default) names the latest Sage kernel of the Sage distribution’s Jupyter, and of CoCalc; the value python3 names the standard Python kernel present in every Jupyter installation. See Section 35.2 for more.