Seaborn_Tutorial_DTTD.ipynb
Under Line Plots, the part that explains customization in Seaborn plots using the example of set_style dark grid: The code does not actually show the dark grid output. This can be fixed by placing the line sns.set_style('darkgrid')
above the sns.lineplot
Will fix this 1/2/2024.