5

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).

Dervin Thunk
  • 19,515
  • 28
  • 127
  • 217

1 Answers1

0

I think this has been requested and discussed before, but isn't currently supported.

Links to tracking issues:

Andrew
  • 16