From efbb3a28f40cca16e7dfd994a1cd806d14806a1e Mon Sep 17 00:00:00 2001 From: barneydobson Date: Wed, 23 Oct 2024 10:52:54 +0100 Subject: [PATCH] Update extended_demo.py --- docs/notebooks/extended_demo.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/notebooks/extended_demo.py b/docs/notebooks/extended_demo.py index aab915d0..bfa08396 100644 --- a/docs/notebooks/extended_demo.py +++ b/docs/notebooks/extended_demo.py @@ -1,7 +1,8 @@ # %% [markdown] # # Extended Demo # Note - this script can also be opened in interactive Python if you wanted to -# play around. On the GitHub it is in [docs/notebooks]. To run this on your +# play around. On the GitHub it is in [docs/notebooks](https://github.com/ImperialCollegeLondon/SWMManywhere/blob/main/docs/notebooks/extended_demo.py) +# . To run this on your # local machine, you will need to install the optional dependencies for `doc`: # # `pip install swmmanywhere[doc]`