I do not know about this function, but you can use the Out variable (also available as _oh ), which is automatically displayed in the ipython console. Basically, this is a dictionary in which the keys are line numbers for which some result was returned, and the values ββthemselves are the results themselves. Therefore, if you are looking for something in Out.values() using whatever python code you prefer, it will be useful for you to find what you are looking for.
source share