emacs-jupyter / jupyter

An interface to communicate with Jupyter kernels.
GNU General Public License v3.0
914 stars 89 forks source link

Is there a hook that's being called when the kernel returns from evaluating a cell? #544

Open JonatanSahar opened 1 week ago

JonatanSahar commented 1 week ago

I've found jupyter-repl-cell-post-send-hook for the begining of evaluation, and jupyter-add-hook, but I'm not sure if that runs when I think it does, nor what values CLIENT will accept..

Thanks!