From aec33c6e7ee776b98dd319dff5f9964b61b4c5e4 Mon Sep 17 00:00:00 2001 From: W Beecher Baker Date: Tue, 2 Jul 2024 14:17:15 -0400 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5059ea4..e862c87 100644 --- a/README.md +++ b/README.md @@ -42,4 +42,5 @@ Files & notes for a series of docker tutorials for coworkers. plt.matshow(data, cmap=plt.cm.Blues) plt.title("Original dataset") _ = plt.show() - ``` + ``` + * Recommendations for other libraries to try out: https://www.mygreatlearning.com/blog/open-source-python-libraries/