That is Python code, so it won't work in IJulia. You might be able to use PyCall: https://github.com/stevengj/PyCall.jl
Or use the Julia Images package to load the file: https://github.com/timholy/Images.jl Once you have an image loaded, then `display(img)` should work. On Wed, Mar 11, 2015 at 9:50 AM, Edward Chen <[email protected]> wrote: > from IPython.display import Image > Image(filename='image.png') > > doesn't seem to work > > Thanks! > -Ed >
