Comment on IPython gets $1.15M fundingComments−slykat13yI really wish there was an equivalent of IPython in Ruby; it's one of the tools I miss the most from python.−carreau13yHi,The notebook does not care wether or not the language is python,ruby.. or else. As we are mainly python developer the notebook is known for it's python bindings, but the ability to run ruby code is on its way.Cf instruction here https://github.com/ipython/ipython/pull/2643We really would love ruby devs help into packaging and make it seamless to run for user, and any other languages that would wish to join.I actually working on writing a Julia kernel which will be my first encounter with Julia.−Ip1213yThere is pry for ruby
Comments
I really wish there was an equivalent of IPython in Ruby; it's one of the tools I miss the most from python.
Hi,
The notebook does not care wether or not the language is python,ruby.. or else. As we are mainly python developer the notebook is known for it's python bindings, but the ability to run ruby code is on its way.
Cf instruction here https://github.com/ipython/ipython/pull/2643
We really would love ruby devs help into packaging and make it seamless to run for user, and any other languages that would wish to join.
I actually working on writing a Julia kernel which will be my first encounter with Julia.
There is pry for ruby