From 8866fa9fafeae4d13f4a4842cc3bd393c98c7d8c Mon Sep 17 00:00:00 2001 From: Chris Proctor Date: Tue, 22 Jul 2025 08:49:57 -0400 Subject: [PATCH] Remove unnecessary Binder comment --- lab_pokemon.ipynb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/lab_pokemon.ipynb b/lab_pokemon.ipynb index fa944f3..edf2158 100644 --- a/lab_pokemon.ipynb +++ b/lab_pokemon.ipynb @@ -70,9 +70,7 @@ "source": [ "### 0.2 Saving your work\n", "\n", - "When you finish working on a notebook, save your work using the icon in the menu bar above. Your notebook is stored in the file `lab_04.ipynb` in the lab directory. You can commit your changes to `ipynb` files just like any other file. Once you finish with Jupyter, you can stop the server by pressing **Control + C** in the Terminal. \n", - "\n", - "*If you're doing this lab on a cloud-based platform like Binder, then you can't save your work. So don't close the tab!*" + "When you finish working on a notebook, save your work using the icon in the menu bar above. Your notebook is stored in the file `lab_04.ipynb` in the lab directory. You can commit your changes to `ipynb` files just like any other file. Once you finish with Jupyter, you can stop the server by pressing **Control + C** in the Terminal. " ] }, { @@ -897,7 +895,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.11.3" + "version": "3.13.5" } }, "nbformat": 4,