IPython is a project to improve python's REPL. Headed by Fernando Perez
The Notebook is an html interface to the ipython kernel over zeromq.
IPython's notebook html interface and controller with a ruby kernel running pry or irb. Currently maintained by Daniel Mendler
In [1]:
File.open( '/Users/alexyankov/Downloads/julia-child.jpg' )
Out[1]:
In [2]:
#IRuby.html "<style>.navbar-inner, #menubar-container {display: none}</style>"
In [3]:
require ::File.expand_path('../lib/irails', __FILE__)
Out[3]:
In [4]:
IRails.render "welcome/about"
Out[4]:
In [5]:
IRuby.html IRails.render "articles/index", locals: {:@articles => Article.all}
Out[5]:
Install iruby from https://github.com/minad/iruby
Install irails from https://github.com/handybook/irails