Show More
@@ -118,11 +118,11 b' Jupyter Protocol will need further updates of the IPykernel package.' | |||
|
118 | 118 | Non-Asynchronous code |
|
119 | 119 | ~~~~~~~~~~~~~~~~~~~~~ |
|
120 | 120 | |
|
121 |
As the internal API of IPython |
|
|
122 | an even loop. In order to allow many workflow, (like using the :magic:`%run` | |
|
121 | As the internal API of IPython is now asynchronous, IPython needs to run under | |
|
122 | an event loop. In order to allow many workflows, (like using the :magic:`%run` | |
|
123 | 123 | magic, or copy_pasting code that explicitly starts/stop event loop), when |
|
124 | 124 | top-level code is detected as not being asynchronous, IPython code is advanced |
|
125 |
via a pseudo-synchronous runner, and |
|
|
125 | via a pseudo-synchronous runner, and may not advance pending tasks. | |
|
126 | 126 | |
|
127 | 127 | Change to Nested Embed |
|
128 | 128 | ~~~~~~~~~~~~~~~~~~~~~~ |
General Comments 0
You need to be logged in to leave comments.
Login now