Suppose I have executed some code snippet:
In [16]: print "hello"
Out [16]: hello
Is there a way to refer to that in/out cell in my markdown text, like:
See the results in $ACell
where $ACell
evaluates to 16 (in this case).
Suppose I have executed some code snippet:
In [16]: print "hello"
Out [16]: hello
Is there a way to refer to that in/out cell in my markdown text, like:
See the results in $ACell
where $ACell
evaluates to 16 (in this case).
I think this has been requested and discussed before, but isn't currently supported.
Links to tracking issues: