# Show1D ducky tutorial data This folder stores a compact real joint-time ptychography lambda sweep for `quantem.widget.Show1D`. Load it with: ```python from quantem.widget import Show1D from quantem.widget.datasets import show1d_ducky run = show1d_ducky(size="small") widget = Show1D.from_monitor_file(run / "show1d_monitor.jsonl", x_label="frame", y_label="final loss") ``` Files are kept under `widget-tutorials/show1d/ducky/small` so the shared Hugging Face dataset remains organized by widget tutorial.