You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- :ghpull:`15001` Fix ``%notebook`` magic creating multiple display_data outputs for single widgets
17
+
- :ghpull:`14997` Make ``%notebook`` magic notarise exported notebooks (mark as trusted)
18
+
- :ghpull:`14993` Type-guided partial evaluation for completion of uninitialized variables
19
+
- :ghpull:`14978` deduperreload: patch NULL for empty closure rather than None
20
+
- :ghpull:`14994` Bump minimum version (spec-0) and whitespace update
21
+
22
+
The ``%notebook`` magic can now reliably export plots generated by ``matplotlib``, whether with the default ``inline`` or the interactive ``ipympl`` backend.
23
+
For the plots to display when using the ``inline`` backend the ``c.DisplayFormatter.active_types`` needs to include ``image/png`` (or another image media type, depending on the backend configuration).
24
+
25
+
Tab completion now works on multi-line buffers with unevaluated code even when jedi is disabled.
26
+
Additionally, completion works when writing code as an argument to ``%timeit`` and ``%debug``.
0 commit comments