1 | initial version |
There must be a way to access this from Python. Meanwhile, if you click the "Edit" button, you'll see output like this:
{{{id=3|
Sq(4)**2
///
Sq(2,2)
}}}
I believe that id=3
means that the cell's id is 3. (The input is Sq(4)**2
, and the output is Sq(2,2)
.)