Re: [julia-users] Re-size image in IJulia Markdown

2015-02-01 Thread Tim Holy
Can't help you with the markdown issue, but your Images.jl installation is borked. This happens all-to-often for OSX users. See https://github.com/timholy/Images.jl#installation for ways to fix; if none of the linked methods work, please do open an issue. --Tim On Saturday, January 31, 2015

[julia-users] Re-size image in IJulia Markdown

2015-01-31 Thread Nathan Nesbitt
I am using Markup in IJulia to write notes amongst my code, and want to control the size of an embedded image. To embed the image I'm currently using the code: ![alt text](my_pic.jpg Title) This works fine, but doesn't give me control over the image size. Is there any code to add to this