File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,19 @@ Changes in IPython kernel
1313 This is only done if MPLBACKEND is not already set and no backend has been explicitly loaded,
1414 so setting ``MPLBACKEND=Qt4Agg `` or calling ``%matplotlib notebook `` or ``matplotlib.use('Agg') ``
1515 will take precedence.
16+ - Fixes for logging problems caused by 4.3,
17+ where logging could go to the terminal instead of the notebook.
18+ - Add ``--sys-prefix `` and ``--profile `` arguments to :command: `ipython kernel install `
19+ - Allow Comm (Widget) messages to be sent from background threads.
20+ - Select inline matplotlib backend by default if ``%matplotlib `` magic or
21+ ``matplotlib.use() `` are not called explicitly (for matplotlib >= 1.5).
22+ - Fix some longstanding minor deviations from the message protocol
23+ (missing status: ok in a few replies, connect_reply format).
24+ - Remove calls to NoOpContext from IPython, deprecated in 5.0.
1625
1726.. _MPLBACKEND : http://matplotlib.org/devel/coding_guide.html?highlight=mplbackend#developing-a-new-backend
1827
28+
19294.3
2030---
2131
You can’t perform that action at this time.
0 commit comments