From 9f5d359fa9bb83f6046829eed7128d1f787f8e38 Mon Sep 17 00:00:00 2001 From: Stefan Krawczyk Date: Fri, 19 Jul 2024 16:25:42 -0700 Subject: [PATCH] Adds link to video in jupyter README.md So that people can get a video overview too. --- examples/jupyter_notebook_magic/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/jupyter_notebook_magic/README.md b/examples/jupyter_notebook_magic/README.md index dba35afe7..0ec2d74fe 100644 --- a/examples/jupyter_notebook_magic/README.md +++ b/examples/jupyter_notebook_magic/README.md @@ -4,6 +4,8 @@ One of the best part about notebooks is the ability to execute and immediately i We built the Hamilton notebook extension to tighten that loop and even give a better experience than the core notebook experience! +For a [video overview click here](https://www.youtube.com/watch?v=Z3ZT2ur2jg8&t=288s). + To load the magic: ```python %load_ext hamilton.plugins.jupyter_magic