##// 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:

r13465:8be7a986
r25425:f724bc82
Show More
storemagic.rst
9 lines | 143 B | text/x-rst | RstLexer
Thomas Kluyver
Improve documentation for extensions, and for storemagic extension.
r5426 .. _extensions_storemagic:
==========
storemagic
==========
.. automodule:: IPython.extensions.storemagic
Thomas Kluyver
Miscellaneous doc fixes
r13465
.. automethod:: StoreMagics.store