You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure point is at the source block when a hook is run
Since `point` can be located at an arbitrary location in an arbitrary
buffer during asynchronous execution, make sure that it is located at
the source block when running `org-babel-after-execute-hook` during
handling of "execute_reply" messages.
* jupyter-org-client.el (jupyter-handle-execute-reply): Do it.
0 commit comments