I've uploaded an image file (DATA+'foo.png'
) into a notebook. How can I display it in the notebook? I tried using the statement
show(DATA+'foo.png')
but it just returns the file's path:
'/home/sage/.sage/sage_notebook.sagenb/home/admin/18/data/foo.png'