diff --git a/b_asic/signal_flow_graph.py b/b_asic/signal_flow_graph.py
index ef41e1a5456c6e1aa886773fa892ad105e0dd990..3e6254d48bd239f1d749b9e88e66503308c19b59 100644
--- a/b_asic/signal_flow_graph.py
+++ b/b_asic/signal_flow_graph.py
@@ -885,6 +885,9 @@ class SFG(AbstractOperation):
                     dg.node(op.graph_id)
         return dg
 
+    def _repr_svg_(self):
+        return self.sfg()._repr_svg_()
+
     def show_sfg(self, format=None, show_id=False, engine=None) -> None:
         """
         Shows a visual representation of the SFG using the default system viewer.