docker-tensorflow-notebook-iruby
- Everything in Scipy Notebook
- Tensorflow and Keras for Python 3.x (without GPU support)
- IRuby Notebook environment (Ruby 2.5.1)
- PyCall
- mrkn/numpy.rb
- mrkn/pandas.rb
- nyaplot
- rbplotly
- SciRuby/daru
- daru-plotly
- py_d3
Basic Use
The following command starts a container with the Notebook server listening for HTTP connections on port 8888 with a randomly generated authentication token configured.
docker run --rm -it -v $(pwd):/documents -p 8888:8888 htakeuchi/docker-tensorflow-notebook-iruby
Sample
References
- 新しいRuby向けプロットライブラリNyaplot - ほげほげにゃ
- Rubyでシュッとグラフを書く with Jupyter notebook - Qiita
- PyCallを使ってRubyからPythonのライブラリを使い倒す - Qiita
License
MIT