I keep forgetting that and I must google it every time I want to change the size of charts in Jupyter Notebook (which really is, every time).
So this is how you do it:
import matplotlib.pyplot as plt
plt.rcParams["figure.figsize"] = (20,10)
Hopefully, now I am going to remember or just open my own blog post instead of googling it ;)
Clicking the newsletter button opens a separate page hosted by ActiveCampaign with a Google Captcha. You will get their cookies.
It has to be a separate page because many spam bots subscribed recently, so I must filter them out using a Captcha. Unfortunately, Captcha requires cookies, and I don't want any cookies (especially third-party cookies) used on this page.