File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -377,11 +377,12 @@ following non-exhaustive changes.
377377 - We now have a new dependency: ` matplotlib-inline ` , this helps to separate the
378378 circular dependency between IPython/IPykernel and matplotlib.
379379
380- - All outputs to stdout/stderr should now be captured, including subprocesses
381- and output of compiled libraries (blas, lapack....). In notebook
382- server, some outputs that would previously go to the notebooks logs will now
383- both head to notebook logs and in notebooks outputs. In terminal frontend
384- like Jupyter Console, Emacs or other, this may ends up as duplicated outputs.
380+ - On POSIX systems, all outputs to stdout/stderr should now be captured,
381+ including subprocesses and output of compiled libraries (blas, lapack....).
382+ In notebook server, some outputs that would previously go to the notebooks
383+ logs will now both head to notebook logs and in notebooks outputs. In
384+ terminal frontend like Jupyter Console, Emacs or other, this may ends up as
385+ duplicated outputs.
385386
386387 - coroutines are now native (async-def) , instead of using tornado's
387388 ` @gen.coroutine `
You can’t perform that action at this time.
0 commit comments