Project

irails

0.0
No commit activity in last 3 years
No release in over 3 years
A Rails kernel for Jupyter frontends (e.g. notebook). Try it at try.jupyter.org.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0

Runtime

 Project Readme

IRails

This is a Ruby kernel for IPython/Jupyter and is part of SciRuby. You can try it at try.jupyter.org.

Screenshot

Quick start

At first install IPython/Jupyter. I recommend an installation using virtualenv.

apt-get install python3-dev virtualenv libzmq3-dev
virtualenv -p python3 venv
source venv/bin/activate
pip install 'ipython[notebook]'

After that, install the Ruby gem.

gem install irails

Now you can run irails with:

irails
irails notebook

Take a look at the example notebook and the collection of notebooks which includes a Dockerfile to create a containerized installation of irails and other scientific gems. You can find the prebuild image at dockerhub.

Required dependencies

  • IPython/Jupyter >= 3.0.0
  • libzmq >= 3.2
  • Ruby >= 2.1.0

Authors

See the CONTRIBUTORS file.

License

Copyright © 2013-15, Hiroshi Kajisha, IRuby contributors and the Ruby Science Foundation.

All rights reserved.

IRuby, along with SciRuby, is licensed under the MIT license. See the LICENSE file for details.