From a23c6009853e56d389746f4e3e116bbab26d9c1e Mon Sep 17 00:00:00 2001 From: MyMakibox Date: Wed, 3 Oct 2018 12:42:23 +0800 Subject: [PATCH] Corrected stale link to IbPyDemo Jupyter workbook --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6c464d..a699619 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ The instructor receives a "master" account with the ability to view all the stud It allows the students to view each others' NLV. Naturally, this encourages competition, learning and camaraderie as well as communication and sharing. You can find a sample notebook [here](http://nbviewer.jupyter.org/github/anthonyng2/ib/blob/master/FTC_NLV_Demo.ipynb) -The following example is a great way to start. However, if you are comfortable with Python and Pandas, you can check out this [Jupyter tutorial](https://nbviewer.jupyter.org/github/anthonyng2/ib/blob/master/IbPy%20Demo.ipynb) +The following example is a great way to start. However, if you are comfortable with Python and Pandas, you can check out this [Jupyter tutorial](https://nbviewer.jupyter.org/github/anthonyng2/ib/blob/master/IbPy%20Demo%20v2018-04-05.ipynb) # Example Below is a sample code snippets for Account and Portfolio Group. Best to leave the portion prior to Account and Portfolio alone as it sets up the necessary state to receive information from IB.