Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ec77810

Browse files
committed
Fix a typo: plot_to_latex -> poly_to_latex
It seems it is `poly_to_latex` function to be registered, not `plot_to_latex`
1 parent 51fa9ee commit ec77810

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/IPython Kernel/Custom Display Logic.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1214,7 +1214,7 @@
12141214
"cell_type": "markdown",
12151215
"metadata": {},
12161216
"source": [
1217-
"However, you can configure IPython to do this automatically by registering the `Polynomial` class and the `plot_to_latex` function with an IPython display formatter. Let's look at the default formatters provided by IPython:"
1217+
"However, you can configure IPython to do this automatically by registering the `Polynomial` class and the `poly_to_latex` function with an IPython display formatter. Let's look at the default formatters provided by IPython:"
12181218
]
12191219
},
12201220
{

0 commit comments

Comments
 (0)