Skip to content

Commit c3bc320

Browse files
committed
Fix display svg
1 parent ad21d20 commit c3bc320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gephipy/jupyter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ def display_svg(file_path, width="100%", height="500px"):
2323
</script>
2424
"""
2525

26-
HTML(html_code)
26+
return HTML(html_code)

0 commit comments

Comments
 (0)