Skip to content
Snippets Groups Projects
Commit f81267a6 authored by Anton Akhmerov's avatar Anton Akhmerov
Browse files

fix typo in IPython magic function name

parent ff7eb28c
No related branches found
No related tags found
No related merge requests found
......@@ -74,8 +74,8 @@ class _DiscretizedBuilder(builder.Builder):
return "".join(result)
# For the Jupyter notebook:
def __repr_html__(self):
# Enable human-readable rendering in Jupyter notebooks:
def _repr_html_(self):
return self.__str__()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment