Skip to content

Commit 2f5731b

Browse files
author
Eric Ehlers
committed
Change hide_index() to hide()
1 parent 3a40acc commit 2f5731b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OREAnalytics-SWIG/Python/Examples/european-option.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
columns=["Method", "Option value", "Error estimate", "Actual error"])
184184

185185
# %%
186-
df.style.hide_index()
186+
df.style.hide()
187187

188188
# %% [markdown]
189189
# The following displays the results when this is run as a Python script (in which case the cell above is not displayed).

0 commit comments

Comments
 (0)