Commit message Age Author Refs
r28914:585357a0
ENH: add webp support to IPython.display.Image and complete identification of JPEG,PNG,GIF,WEBP image types by initial bytes
Wes Turner
0
r28913:e63a316e
Creates newlines in the %%timeit documentation (#14556) Fixes #13873 by adding empty lines after semicolons, rendering blocks correctly. Fixes the issue pointed out by this [comment](https://github.com/ipython/ipython/issues/13873#issuecomment-1363442055) Fixes unintentional bolding in the later part of the same section, by removing indentation: ![image](https://github.com/user-attachments/assets/0200ff8a-6a0d-4250-85d6-ddb94c04725c)
M Bussonnier
0
r28912:03eee4f1
Formatting
Wim Jeantine-Glenn
0
r28911:f7a09f5f
Fix re pattern pretty print Alternative to #14558
Wim Jeantine-Glenn
0
r28910:1a91aca5
Fixes new line issue in two places and unintentional bolding
Pranav
0
r28909:18e45295
suggested fix for autocall failure (#14555) Closes : #14513 Following the recommendation in that Issue seems to fix the autocall issue (for at least the reproduction case) FYI: @Carreau since I saw you were assigned to the Issue. I only did the manual verification of the example case in the issue.
M Bussonnier
0
r28908:3e0dafa9
test for autocall regression Without the fix in #14513, this test would fail with > assert ip.prefilter("foo") == "foo" E AssertionError: assert 'foo()' == 'foo'
Paul Ivanov
0
r28907:09e8eed0
suggested fix for autocall failure
Patterson, Kevin R
0
r28906:02545e95
Add uv line magic (#14537) This adds the ability to install packages using `%uv install [pkgs]` line magic.
M Bussonnier
0
r28905:14515443
more types (#14549)
M Bussonnier
0
< 1 .. 12 13 14 15 16 .. 2905 >