We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7499c22 commit c3c21e4Copy full SHA for c3c21e4
CHANGELOG.org
@@ -1,3 +1,17 @@
1
+* master
2
+
3
+- Prevent multiple executions of the same source block as the source
4
+ block is being run.
5
6
+- Add a new customization =jupyter-org-queue-requests= which, when
7
+ non-nil, does client-side queuing of source block execute requests
8
+ and aborts any queued requests when one that has been sent raises an error.
9
10
+- In Org, add an overlay to the source block regions as the source
11
+ blocks are being executed. Block users from attempting to edit the
12
+ source block while it is being edited, similar to how source blocks
13
+ can't be edited when an =org-src= edit buffer is editing its contents.
14
15
* v1.0
16
17
- The results of executing named Jupyter source blocks can now be
0 commit comments