From 3b29a17156421342c1fe2a8395b1a1dc7869b063 Mon Sep 17 00:00:00 2001 From: Elvis Saravia Date: Wed, 22 Feb 2023 20:31:46 -0600 Subject: [PATCH] fix for notebook --- notebooks/pe-lecture.ipynb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/notebooks/pe-lecture.ipynb b/notebooks/pe-lecture.ipynb index 992cb36..91f33a8 100644 --- a/notebooks/pe-lecture.ipynb +++ b/notebooks/pe-lecture.ipynb @@ -41,7 +41,9 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Below we are loading the necessary libraries, utilities, and configurations." + "Below we are loading the necessary libraries, utilities, and configurations. \n", + "\n", + "Please install `dotenv` as follows: `pip install python-dotenv`" ] }, {