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

r24591:d198b4bd
r25425:f724bc82
Show More
incompat-switching-to-perl.rst
7 lines | 255 B | text/x-rst | RstLexer
/ docs / source / whatsnew / pr / incompat-switching-to-perl.rst
Matthias Bussonnier
Fix the sphinx_ipython directive....
r24591 Incompatible change switch to perl
----------------------------------
Document which filename start with ``incompat-`` will be gathers in their own
incompatibility section.
Matthias Bussonnier
Start to updates the what's new / changelog....
r24535 Starting with IPython 42, only perl code execution is allowed. See :ghpull:`42`