I am using IJulia to display nifty things. Sometimes I have outputs such as SVGs that I would like to get a closer look at. Is there a way to wrap my output to an IJulia notebook cell such that I can use the standard mousewheel zoom and pan?
Asked
Active
Viewed 61 times
1 Answers
1
ImageView offers support for this, but probably won't display SVGs (it's a bitmap application).

tholy
- 11,882
- 1
- 29
- 42
-
Will ImageView embedd itself in the IJulia cell or pop open an external window? – Mageek Jun 30 '16 at 20:44
-
1External window. It uses Tk for display. A Gtk version will come someday... – tholy Jul 03 '16 at 22:58