Files
oak-gpui/crates
Kyle Kelley 466d3316a0 Fix issue with image output from Jupyter kernels that didn't use base64 padding (#20561)
This upgrades `nbformat` and `runtimelib` to handle jupyter types with
even more validation and flexiblity. This also processes any multiline
string data coming from the kernel, including with image data (like
`image/png`). While I was at it I also fixed a longstanding issue around
images by eliminating all whitespace (something `atob` does) and using
the no pad decoder.

Fixes: #17956

Before:

<img width="741" alt="image"
src="https://github.com/user-attachments/assets/37ec2cae-ce78-4475-aaa3-4d785e4015d0">

After:

<img width="727" alt="image"
src="https://github.com/user-attachments/assets/e2431ba2-048b-4205-9898-54f357795a9c">


Release Notes:

- Fixed issue with image output from REPL kernels that didn't use base64
padding
2024-11-12 16:25:49 -08:00
..
2024-11-01 13:20:30 -04:00
2024-10-27 19:44:21 -07:00
2024-11-11 18:39:05 +01:00
2024-11-11 18:39:05 +01:00
2024-08-13 23:06:07 -07:00
2024-11-06 10:06:25 -07:00
2024-07-15 17:04:15 -06:00
2024-10-02 13:27:16 +02:00
2024-11-11 18:39:05 +01:00
2024-11-11 18:39:05 +01:00
2024-10-30 11:26:54 -06:00