diff --git a/scripts/chapter_1_introduction/tutorial_0_visualization.py b/scripts/chapter_1_introduction/tutorial_0_visualization.py index da36a34..e59704b 100644 --- a/scripts/chapter_1_introduction/tutorial_0_visualization.py +++ b/scripts/chapter_1_introduction/tutorial_0_visualization.py @@ -38,6 +38,11 @@ There are many example simulated images of strong lenses in this directory that will be used throughout the **HowToLens** lectures. """ +from pathlib import Path + +import autolens as al +import autolens.plot as aplt + dataset_path = Path("dataset") / "imaging" / "simple__no_lens_light" """