Dyalog / dyalog-jupyter-kernel

A Jupyter kernel for Dyalog APL
https://dyalog.github.io/dyalog-jupyter-kernel/
MIT License
69 stars 21 forks source link

Kernel forces size of svg images to 120×80 #83

Closed xpqz closed 2 years ago

xpqz commented 2 years ago

Kernel forces size of svg images to 120×80. This makes using SharpPlot in a jupyter notebook impractical, as the kernel also doesn't support %%html magics to override an image size in css.

https://github.com/Dyalog/dyalog-jupyter-kernel/blob/master/dyalog_kernel/kernel.py#L94-L98=

xpqz commented 2 years ago

Screenshot 2022-05-13 at 10 33 47

xpqz commented 2 years ago

I'm closing this, as this is most likely unrelated to the jupyter kernel -- doing View in the session (on macos) gives the same postage-stamp-sized rendering, so the problem is elsewhere.