We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4c7f77 commit d7efcc2Copy full SHA for d7efcc2
1 file changed
Pairs Trading.ipynb
@@ -22,10 +22,11 @@
22
"metadata": {},
23
"outputs": [],
24
"source": [
25
- "%pip install statsmodels --user \n",
26
- "%pip install tensorboardX --user\n",
27
- "%pip install bs4 --user\n",
28
- "%pip install -U auquan_toolbox --user"
+ "!pip install statsmodels --user \n",
+ "!pip install tensorboardX --user\n",
+ "!pip install pandas==0.24.2 --user\n",
+ "!pip install bs4 --user\n",
29
+ "!pip install -U auquan_toolbox --user"
30
]
31
},
32
{
@@ -949,7 +950,7 @@
949
950
"name": "python",
951
"nbconvert_exporter": "python",
952
"pygments_lexer": "ipython3",
- "version": "3.5.3"
953
+ "version": "3.7.6"
954
}
955
956
"nbformat": 4,
0 commit comments