It's quite simple to try out SQLFlow using Docker.
- Install Docker Community Edition.
- Run SQLflow by typing the command
docker run -it -p 8888:8888 sqlflow/sqlflow. - Access localhost:8888 in your Web browser.
- Open the notebook
iris-dnn.ipynb.
For advanced usage, you might want to go on reading