Skip to content

Commit

Permalink
fix pip install abupy
Browse files Browse the repository at this point in the history
  • Loading branch information
bbfamily committed Aug 30, 2017
1 parent 707f1a0 commit 49fe343
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,7 @@
"\n",
"也可通过pip命令下载abupy进行安装,但是没有github上相关例子及文档, pip安装命令如下:\n",
"\n",
" pip instal abupy\n",
" "
" pip install abupy"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1272,7 +1272,6 @@
"print('四个边裁拦截交易总数{}, 拦截率{:.2f}%'.format(\n",
" block_pd.shape[0],\n",
" block_pd.shape[0] / order_has_result.shape[0] * 100))\n",
"# 表11-15所示 \n",
"block_pd.head()"
]
},
Expand Down Expand Up @@ -1478,8 +1477,6 @@
"\n",
"#### 《量化交易之路》目录章节及随书代码地址\n",
"\n",
"#### 《量化交易之路》目录章节及随书代码地址\n",
"\n",
"1. [第二章 量化语言——Python](https://github.com/bbfamily/abu/tree/master/ipython/第二章-量化语言——Python.ipynb)\n",
"2. [第三章 量化工具——NumPy](https://github.com/bbfamily/abu/tree/master/ipython/第三章-量化工具——NumPy.ipynb)\n",
"3. [第四章 量化工具——pandas](https://github.com/bbfamily/abu/tree/master/ipython/第四章-量化工具——pandas.ipynb)\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@
" sell_factors,\n",
" start='2014-07-26',\n",
" end='2016-07-26',\n",
" choice_symbols=test_choice_symbols, n_process_pick=1)\n",
" choice_symbols=test_choice_symbols)\n",
"ABuProgress.clear_output()"
]
},
Expand Down

0 comments on commit 49fe343

Please sign in to comment.