Skip to content

Commit a515f4d

Browse files
committed
Update the examples
Signed-off-by: GitHub Actions Bot <[email protected]>
1 parent ddc7065 commit a515f4d

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

examples/Generic Branch Example.ipynb

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -632,11 +632,10 @@
632632
")\n",
633633
"\n",
634634
"\n",
635-
"pd.set_option(\"display.max_columns\", None)\n",
636-
"pd.set_option(\"display.max_rows\", None)\n",
637-
"pd.set_option(\"display.expand_frame_repr\", False)\n",
638-
"pd.set_option(\"display.max_columns\", None)\n",
639-
"pd.set_option(\"display.max_colwidth\", None)\n",
635+
"pd.options.display.max_columns = None\n",
636+
"pd.options.display.max_rows = None\n",
637+
"pd.options.display.expand_frame_repr = False\n",
638+
"pd.options.display.max_colwidth = None\n",
640639
"\n",
641640
"\n",
642641
"def e3(x):\n",

0 commit comments

Comments
 (0)