Skip to content

Python Org babel Async execution #16722

Answered by fnussbaum
Geegee asked this question in Q&A
Discussion options

You must be logged in to vote

By default, the babel blocks run synchronously. The following should run asynchronously:

#+begin_src python :session :async
import time
time.sleep(5)
42
#+end_src

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Geegee
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants