Sha256: 02a8303c2986d52c0e40367bdb962eb344d7f1a1fb36225f2dcf5a7fce4328ec
Contents?: true
Size: 916 Bytes
Versions: 3
Compression:
Stored size: 916 Bytes
Contents
# IRuby This is a Ruby kernel for IPython. ![IRuby Notebook](screenshot.png) ### Quick start At first install the packages `ipython`, `python-jinja`, `python-tornado`, `python-pyzmq` so that you get a working `ipython notebook`. Maybe the packages are called slightly different on your Unix. Now install the rubygem using `gem install iruby` and then run `iruby notebook` or `iruby`. Take a look at the [Example Notebook](http://nbviewer.ipython.org/urls/raw.github.com/minad/iruby/master/IRuby-Example.ipynb). The IRuby notebook requires `ipython` >= 1.2.0. Furthermore we need `libzmq` >= 3.2 to work. Version 2.2.0 will not work. If you're using an old Debian without a new enough version of `libzmq`, you can install [Anaconda](https://store.continuum.io/), a Python distribution with newer versions. ### Authors See the [CONTRIBUTORS](CONTRIBUTORS) file. ### License See the [LICENSE](LICENSE) file.
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
iruby-0.1.13 | README.md |
iruby-0.1.12 | README.md |
iruby-0.1.11 | README.md |