Skip to content

Commit a2ce3d1

Browse files
committed
Fix dependency 'auquan_toolbox' Error:
ModuleNotFoundError: No module named 'backtester' Add: 'plotly' package.
1 parent 4725192 commit a2ce3d1

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

momentum_backtest_losing_money.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"%pip install pandas==0.24.1 --user\n",
1010
"%pip install tensorboardX --user\n",
1111
"%pip install bs4 --user\n",
12+
"%pip install plotly --user\n",
1213
"%pip install -U auquan_toolbox --user"
1314
]
1415
},
@@ -651,4 +652,4 @@
651652
},
652653
"nbformat": 4,
653654
"nbformat_minor": 4
654-
}
655+
}

momentum_backtest_making_money.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"%pip install pandas==0.24.1 --user\n",
1010
"%pip install tensorboardX --user\n",
1111
"%pip install bs4 --user\n",
12+
"%pip install plotly --user\n",
1213
"%pip install -U auquan_toolbox --user"
1314
]
1415
},
@@ -667,4 +668,4 @@
667668
},
668669
"nbformat": 4,
669670
"nbformat_minor": 4
670-
}
671+
}

0 commit comments

Comments
 (0)