ruby-numo / numo-gnuplot-demo

Ruby/Numo::Gnuplot Demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ruby/Numo::Gnuplot Demo

This repository contains demo script of Ruby/Numo::Gnuplot

Contents

Quick Start

If you're familiar with Docker, the following commands should work in most cases:

docker pull rubynumo/gnuplot-demo
docker run -d -p 8888:8888 rubynumo/gnuplot-demo start-notebook.sh --NotebookApp.token=''

and open a web browser to http://localhost:8888 . Then you should see a folder named notebooks. By running the cells in the notebook you can reproduce the plots in the following links.

Our Docker image is based on Minimal Jupyter Notebook Stack. See https://github.com/jupyter/docker-stacks/tree/master/minimal-notebook for more details on the Docker command options.

Link to Examples using Ruby/Numo::Gnuplot

About

Ruby/Numo::Gnuplot Demo

License:MIT License


Languages

Language:Ruby 79.3%Language:Jupyter Notebook 18.9%Language:HTML 1.4%Language:PLSQL 0.5%Language:Shell 0.0%