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
Branches
No related tags found
No related merge requests found
...@@ -74,8 +74,8 @@ class _DiscretizedBuilder(builder.Builder): ...@@ -74,8 +74,8 @@ class _DiscretizedBuilder(builder.Builder):
return "".join(result) return "".join(result)
# For the Jupyter notebook: # Enable human-readable rendering in Jupyter notebooks:
def __repr_html__(self): def _repr_html_(self):
return self.__str__() return self.__str__()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment