Is it possible to execute the previous cell from in jupyterlab ?
something like:
import IPython
IPython.exec_cell(-1)
I want to execute the previous cell (if it has been updated without having been re-executed). I have a cell that contains the test from the previous. If I modify the function, I want to only execute the cell that contains the test.