From 50010445768169270c31dc8ce8197de87b71a624 Mon Sep 17 00:00:00 2001 From: ZheN <900910@gmail.com> Date: Thu, 18 Feb 2016 19:36:48 -0500 Subject: [PATCH 1/4] Add comments --- install_gitbook.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/install_gitbook.md b/install_gitbook.md index e41213f..99e3421 100644 --- a/install_gitbook.md +++ b/install_gitbook.md @@ -1,2 +1,18 @@ # Install Gitbook +//use gitbook to record, share, and communicate + +## install node.js + +* use link https://nodejs.org/en/ + + +## Install gitbook +use windows cmd + +* type +> npm gitbook-cli -g +* then check version +> gitbook -V +* update +> gitbook versions: install latest \ No newline at end of file From fe2428ad4165c90e21a28676e779d1832d8d4e6f Mon Sep 17 00:00:00 2001 From: ZheN <900910@gmail.com> Date: Tue, 8 Nov 2016 09:34:48 -0500 Subject: [PATCH 2/4] Deleting errors --- install_data_science_tools.md | 41 +++++++++++++++++++++++++---------- 1 file changed, 29 insertions(+), 12 deletions(-) diff --git a/install_data_science_tools.md b/install_data_science_tools.md index cf79e52..163d113 100644 --- a/install_data_science_tools.md +++ b/install_data_science_tools.md @@ -1,16 +1,33 @@ -# Python -Study notes - -02/18/2016-5/6/2016 - - -https://www.gitbook.com/book/wzzlj/wzzljomooc2py/details - - -http://www.chengweiyang.cn/gitbook/index.html#gitbook- - +# Python Data Science Tools + + -NumPy:support for multidimensional arrays + -SciPy: modules for scientific computing + -pandas: time series library + -matplotlib: plotting library + -scikit-learn: machine learning + + +# Install + +Anaconda: A free distribution for the SciPy stack. Supports Linux, Windows and Mac. +[https://www.continuum.io/downloads](https://www.continuum.io/downloads) + +NOTE: After installing, be sure you have closed and then re-opened the terminal window so the changes can take effect + + +# Test Drive + +http://conda.pydata.org/docs/test-drive.html + +View a list of packages ```conda list``` or in Python ```help("modules") + +# Quandl Data https://www.gitbook.com/book/jeremiahzhang/omooc2py/details + +$ pip install quandl + +# Also +Anaconda Python IDE with Sublime Text 3. -https://www.gitbook.com/book/jeremiahzhang/pybeginner/details \ No newline at end of file From 4c445b28c10e5cbcd07bdd6f684e3a682ac7e43e Mon Sep 17 00:00:00 2001 From: ZheN <900910@gmail.com> Date: Tue, 8 Nov 2016 09:47:31 -0500 Subject: [PATCH 3/4] Update Ipython tools --- Use_ipython.md | 7 +++++++ install_ipython.md | 16 ---------------- 2 files changed, 7 insertions(+), 16 deletions(-) create mode 100644 Use_ipython.md delete mode 100644 install_ipython.md diff --git a/Use_ipython.md b/Use_ipython.md new file mode 100644 index 0000000..2644712 --- /dev/null +++ b/Use_ipython.md @@ -0,0 +1,7 @@ +# Use Ipython Notebook + +After installing Anaconda environment + +In Anaconda prompt type ```Jupyter Notebook``` + +A Chrome tab opens: ```http://localhost:8888/tree``` \ No newline at end of file diff --git a/install_ipython.md b/install_ipython.md deleted file mode 100644 index cf79e52..0000000 --- a/install_ipython.md +++ /dev/null @@ -1,16 +0,0 @@ -# Python -Study notes - -02/18/2016-5/6/2016 - - -https://www.gitbook.com/book/wzzlj/wzzljomooc2py/details - - -http://www.chengweiyang.cn/gitbook/index.html#gitbook- - - -https://www.gitbook.com/book/jeremiahzhang/omooc2py/details - - -https://www.gitbook.com/book/jeremiahzhang/pybeginner/details \ No newline at end of file From 7aa5b6068edaeeb38fc6e7d7ba0922f9c4ad2a98 Mon Sep 17 00:00:00 2001 From: eurekar <900910@gmail.com> Date: Tue, 8 Nov 2016 09:53:11 -0500 Subject: [PATCH 4/4] Update SUMMARY.md --- SUMMARY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SUMMARY.md b/SUMMARY.md index ae866d4..7f34aeb 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -3,7 +3,7 @@ * [Introduction](README.md) * [Preface](Preface.md) * [Install Gitbook](install_gitbook.md) -* [Install Ipython](install_ipython.md) +* [Use Ipython](Use_ipython.md) * [Project 1](project_1.md) * [Install Data Science Tools](install_data_science_tools.md) * [Streamline everything](streamline_everything.md)