ipylab
ipylab copied to clipboard
Previous cell execution
Is it possible to run the previous notebook cell with ipylab?
I have a notebook with a cell with a button widget that runs unittests on the code in the cell above.
So it would be great to programmatically run the latest version of the code I want to test (which is in the previous cell) before.
Regards