Create a method for calico languages to provide images, sound, etc.

Issue #143 resolved
Doug Blank created an issue

I have no idea... we could try to include some of IPython.display, but I think that might be tied to the backend. Need to look to see how other kernels do it.

Comments (8)

  1. Doug Blank reporter

    Pictures now have a representation. I'll add HTML, Audio, File, and Image.

    from Myro import *
    init("sim")
    makePicture(getWindow())
    
  2. Log in to comment