Jesse Gibbons

Results 4 comments of Jesse Gibbons

If Gtk has a way to render PDFs we can use those.

Did a little investigation. I tried mimicking the behavior on [this line](https://github.com/jerry40/guile-kernel/blob/ce1b9be06d938a154d1eb7c426e22d219e895e72/src/guile-jupyter-kernel.scm#L166) and found that it likewise doesn't display anything. This could be a guile problem after all. Can I...

Nevermind that last comment. I didn't see the output because I didn't include a new line character. > scheme@(guile-user)> `(eval (with-input-from-string "(display \"\u2013\n\")" read) (interaction-environment))` > – So I guess...

I'm afraid it will be a bit difficult to test using docker atm. But I can confirm it is not a browser issue because this happens with both ungoogled chromium...