From 257f7834dbe1cc14ec13321b9fcc40230436231c Mon Sep 17 00:00:00 2001 From: Josiah Davis Date: Tue, 5 Oct 2021 15:48:41 -0500 Subject: [PATCH 1/2] Add screenshots showing before/after of CLI --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 1a7be10..60d693b 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,14 @@ This repo contains scripts to re-run common tweaks on a fresh (i.e., newly created or rebooted) SageMaker **classic** notebook instance, to make the notebook instance a little bit more ergonomic for prolonged usage. +After running these scripts your default command line will go from this: + +before_cli + +To something like this: + +after_cli + Once installed, everytime you access a newly restarted notebook instance, you just need to perform these three short, simple steps to see and experience the customizations: From 4d7c7a060b4429179fcf1883241d08e54f90a350 Mon Sep 17 00:00:00 2001 From: Verdi March Date: Wed, 6 Oct 2021 09:46:14 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60d693b..e5aa856 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ This repo contains scripts to re-run common tweaks on a fresh (i.e., newly created or rebooted) SageMaker **classic** notebook instance, to make the notebook instance a little bit more ergonomic for prolonged usage. -After running these scripts your default command line will go from this: +After running these scripts your default command-line terminal will go from this: before_cli