Skip to content

Commit b62df04

Browse files
committed
docs: update examples in Jupyter Notebook
1 parent e7e448a commit b62df04

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

examples/10 rebalancing portfolio.ipynb

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
{
2020
"cell_type": "code",
21-
"execution_count": 85,
21+
"execution_count": null,
2222
"metadata": {},
2323
"outputs": [
2424
{
@@ -43,10 +43,7 @@
4343
"\n",
4444
"import pandas as pd\n",
4545
"\n",
46-
"pd.options.display.float_format = \"{:,.5f}\".format\n",
47-
"\n",
48-
"%load_ext autoreload\n",
49-
"%autoreload 2"
46+
"pd.options.display.float_format = \"{:,.5f}\".format"
5047
]
5148
},
5249
{

0 commit comments

Comments
 (0)