We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d97cb2 commit 5873597Copy full SHA for 5873597
docs/changelog.rst
@@ -1,6 +1,19 @@
1
Changes in IPython kernel
2
=========================
3
4
+4.3
5
+---
6
+
7
+4.3.0
8
+*****
9
10
+`4.3.0 on GitHub <https://github.com/ipython/ipykernel/milestones/4.3>`__
11
12
+- Publish all IO in a thread, via :class:`IOPubThread`.
13
+ This solves the problem of requiring :meth:`sys.stdout.flush` to be called in the notebook to produce output promptly during long-running cells.
14
+- Remove refrences to outdated IPython guiref in kernel banner.
15
16
17
4.2
18
---
19
0 commit comments