SciRuby meta gem
¶ ↑
Tools for Scientific Computing in Ruby
Description¶ ↑
This gem acts as a meta gem which provides collects multiple scientific gems, including numeric and visualization libraries.
Getting started¶ ↑
Installation:
<s>~ gem install sciruby gem install sciruby-full </s>~
If you want to have a full-blown installation, install sciruby-full
.
Start a notebook server:
<s>~ iruby notebook </s>~
Enter commands:
~~~ ruby require ‘sciruby’
Scientific gems are auto loaded, you can use them directly!¶ ↑
plot = Nyaplot::Plot.new sc = plot.add(:scatter, [0,1,2,3,4], [-1,2,-3,4,-5]) ~~~
Take a look at gems.yml or the list of gems for interesting gems which are included in sciruby-full
.
License¶ ↑
Copyright © 2010 onward, The Ruby Science Foundation.
All rights reserved.
SciRuby is licensed under the BSD 3-clause license. See LICENSE for details.