From e706b6987b774e12d915b6994ca5ce4c624dafff Mon Sep 17 00:00:00 2001 From: Thomas Schmelzer Date: Sat, 26 Oct 2024 21:00:33 +1100 Subject: [PATCH] Update Experiment4.ipynb --- book/docs/notebooks/Experiment4.ipynb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/book/docs/notebooks/Experiment4.ipynb b/book/docs/notebooks/Experiment4.ipynb index 9bac5b85..aba6862a 100644 --- a/book/docs/notebooks/Experiment4.ipynb +++ b/book/docs/notebooks/Experiment4.ipynb @@ -27,9 +27,7 @@ "from cvx.simulator import FuturesPortfolio\n", "from cvx.simulator import interpolate\n", "\n", - "from tinycta.signal import *\n", - "\n", - "pd.options.plotting.backend = \"plotly\"" + "from tinycta.signal import *\n" ] }, {