We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad21d20 commit c3bc320Copy full SHA for c3bc320
gephipy/jupyter.py
@@ -23,4 +23,4 @@ def display_svg(file_path, width="100%", height="500px"):
23
</script>
24
"""
25
26
- HTML(html_code)
+ return HTML(html_code)
0 commit comments