mattpap / IScala

Scala backend for IPython
MIT License
322 stars 50 forks source link

Enable raw data output #6

Closed DocX closed 9 years ago

DocX commented 10 years ago

Raw data output is necessary for showing generated images inside the notebook. This little change adds this ability by simple virtual functions.

mattpap commented 9 years ago

@DocX, thanks for contributing. Recently I implemented a more complete display framework (see examples/Display.ipynb), so I'm going to close this PR.