sciruby-notebooks
sciruby-notebooks copied to clipboard
A bunch of notebooks showing the functionality of iruby and scientific ruby gems
Fix #31
Hello, I am trying to set up a local docker image using the [dockerfile from sciruby on docker](https://hub.docker.com/r/minad/sciruby-notebooks/dockerfile) on my macOS, and I'm running into the following error during `RUN...
"AgeuponOutcome(Weeks)" causes an error because with brackets the column name become invalid. Need to update dataframe column name. Its easy to fix. Just noting this issue down so I don't...
Launch binder button on README redirects to https://mybinder.org/v2/gh/SciRuby/sciruby-notebooks/master which result in following error: ``` Step 10/20 : RUN gem update --no-document --system && gem install --no-documentsciruby-full ---> Running in 626818be019a...
Some examples of Database connection and usage for the importer methods like `from_sql` and `from_activerecord` would be great. Specially helps first timers!
The output ``` LoadError: cannot load such file -- statsample/bivariate/polychoric (pry):3:in `' /var/lib/gems/2.1.0/gems/pry-0.10.3/lib/pry/pry_instance.rb:355:in `eval' /var/lib/gems/2.1.0/gems/pry-0.10.3/lib/pry/pry_instance.rb:355:in `evaluate_ruby' /var/lib/gems/2.1.0/gems/pry-0.10.3/lib/pry/pry_instance.rb:323:in `handle_line' /var/lib/gems/2.1.0/gems/pry-0.10.3/lib/pry/pry_instance.rb:243:in `block (2 levels) in eval' /var/lib/gems/2.1.0/gems/pry-0.10.3/lib/pry/pry_instance.rb:242:in `catch' /var/lib/gems/2.1.0/gems/pry-0.10.3/lib/pry/pry_instance.rb:242:in `block in eval'...
The output ``` LoadError: cannot load such file -- statsample/bivariate/tetrachoric (pry):3:in `' /var/lib/gems/2.1.0/gems/pry-0.10.3/lib/pry/pry_instance.rb:355:in `eval' /var/lib/gems/2.1.0/gems/pry-0.10.3/lib/pry/pry_instance.rb:355:in `evaluate_ruby' /var/lib/gems/2.1.0/gems/pry-0.10.3/lib/pry/pry_instance.rb:323:in `handle_line' /var/lib/gems/2.1.0/gems/pry-0.10.3/lib/pry/pry_instance.rb:243:in `block (2 levels) in eval' /var/lib/gems/2.1.0/gems/pry-0.10.3/lib/pry/pry_instance.rb:242:in `catch' /var/lib/gems/2.1.0/gems/pry-0.10.3/lib/pry/pry_instance.rb:242:in `block in eval'...
Plotting output isn't present in the notebooks. See for example: [Usage of Vector](https://github.com/SciRuby/sciruby-notebooks/blob/master/Data%20Analysis/Usage%20of%20Vector.ipynb) (see the 18th cell). I tried running the notebook with the latest gems and it's still not...
Would make it easier to browse through the collection.