##// END OF EJS Templates
Experimental patch to keep Trio event loop alive between cells...
Experimental patch to keep Trio event loop alive between cells Run Trio in a background thread and use trio.from_thread.run() to schedule cells in that thread. This exports a nursery object named GLOBAL_NURSERY that client code can use to start background tasks without blocking the completion of the current cell. Co-authored-by: Brian Mackintosh <bcmackintosh@gmail.com>

File last commit:

r24579:ce22f499
r25425:f724bc82
Show More
autoreload.rst
9 lines | 131 B | text/x-rst | RstLexer
Pauli Virtanen
DOC: extensions: add documentation for the bundled extensions
r4888 .. _extensions_autoreload:
==========
autoreload
==========
Matthias Bussonnier
Fix magic directive and role....
r24579 .. magic:: autoreload
Pauli Virtanen
DOC: extensions: add documentation for the bundled extensions
r4888 .. automodule:: IPython.extensions.autoreload