Skip to content

Commit

Permalink
Update installation.md (sql-machine-learning#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
hungry1526 authored and tonyyang-svail committed May 4, 2019
1 parent 54e6955 commit 1f2dc1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ After data is popularized in MySQL, let's test the installation from running a q
select * from iris.train limit 5;
```

1. Now you've successfully tested SQLFlow installation and written some SQL from Jupyter Notebook. Just as shown in the Quick Overview, you can continue your SQLFlow journey [here](doc/demo.md) in the command line setting. Also feel free to check out more [SQLFlow exmaples](/example/jupyter/example.ipynb) if you are new to Jupyter Notebook.
1. Now you've successfully tested SQLFlow installation and written some SQL from Jupyter Notebook. Just as shown in the Quick Overview, you can continue your [SQLFlow journey](demo.md) in the command line setting. Also feel free to check out more [SQLFlow exmaples](/example/jupyter/example.ipynb) if you are new to Jupyter Notebook.

0 comments on commit 1f2dc1c

Please sign in to comment.