From c91b55ed250c2584be66cc76151065aff9d1c711 Mon Sep 17 00:00:00 2001 From: partev Date: Sat, 3 Feb 2024 13:22:43 -0500 Subject: [PATCH] Update style.ipynb http -> https http://seaborn.pydata.org/ -> https://seaborn.pydata.org/ --- doc/source/user_guide/style.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/user_guide/style.ipynb b/doc/source/user_guide/style.ipynb index f22a506499cf4..2d4b0f6a7545e 100644 --- a/doc/source/user_guide/style.ipynb +++ b/doc/source/user_guide/style.ipynb @@ -1280,7 +1280,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "You can create \"heatmaps\" with the `background_gradient` and `text_gradient` methods. These require matplotlib, and we'll use [Seaborn](http://seaborn.pydata.org/) to get a nice colormap." + "You can create \"heatmaps\" with the `background_gradient` and `text_gradient` methods. These require matplotlib, and we'll use [Seaborn](https://seaborn.pydata.org/) to get a nice colormap." ] }, {