We have two Docker images:
rubydata/minimal-notebook
rubydata/datascience-notebook
These two images contain the same Ruby component for data science:
- pry
- iruby
- pycall
- numpy
- pandas
- matplotlib
- numo-narray
- numo-linalg
- nmatrix
- nmatrix-lapacke
- red-arrow
- red-arrow-numo-narray
- red-arrow-nmatrix
- daru
- rbplotly
- charty
rubydata/minimal-notebook
consists of minimal components for data science using Ruby and Python.
This image also contains everything in jupyter/scipy-notebook
and its ancestor images.
rubydata/datascience-notebook
includes libraries for data analysis from the Julia, Python, and R libraries.
This image also contains everything in jupyter/datascience-notebook
and its ancestor images.