From 3bc9df09f81f58a1b4f2cecb32ff2c2f5194d31c Mon Sep 17 00:00:00 2001 From: Edward Donner Date: Mon, 28 Oct 2024 09:59:32 -0400 Subject: [PATCH] Troubleshooting and wording improvements --- week1/day1.ipynb | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/week1/day1.ipynb b/week1/day1.ipynb index ed7617f..ce813c7 100644 --- a/week1/day1.ipynb +++ b/week1/day1.ipynb @@ -17,9 +17,13 @@ "\n", "## If you're new to Jupyter Lab\n", "\n", - "Welcome to the wonderful world of Data Science experimentation! Once you've used Jupyter Lab, you'll wonder how you ever lived without it. Simply click in each \"cell\" with code in it, such as the cell immediately below this text, and hit Shift+Return to execute that cell. As you wish, you can add a cell with the + button in the toolbar, and print values of variables, or try out variations.\n", + "Welcome to the wonderful world of Data Science experimentation! Once you've used Jupyter Lab, you'll wonder how you ever lived without it. Simply click in each \"cell\" with code in it, such as the cell immediately below this text, and hit Shift+Return to execute that cell. As you wish, you can add a cell with the + button in the toolbar, and print values of variables, or try out variations. \n", "\n", - "If you need to start a 'notebook' again, go to Kernel menu >> Restart kernel.\n", + "If you need to start a 'notebook' again, go to Kernel menu >> Restart kernel. \n", + "\n", + "If you want to become a pro at Jupyter Lab, you can read their tutorial [here](https://jupyterlab.readthedocs.io/en/latest/). But this isn't required for our course; just a good technique for hitting Shift + Return and enjoying the result!\n", + "\n", + "If you prefer to work in IDEs like VSCode or Pycharm, they both work great with these lab notebooks too. \n", "\n", "## I am here to help\n", "\n", @@ -32,7 +36,7 @@ "\n", "## If this is old hat!\n", "\n", - "If you're already comfortable with this material, never fear - you can move swiftly through the first few labs - we will get much more in depth as the weeks progress.\n", + "If you're already comfortable with today's material, please hang in there; you can move swiftly through the first few labs - we will get much more in depth as the weeks progress.\n", "\n", "## Business value of these exercises\n", "\n",