Browse Source

Troubleshooting and wording improvements

pull/9/head
Edward Donner 6 months ago
parent
commit
05b078e6e1
  1. 10
      week1/day1.ipynb

10
week1/day1.ipynb

@ -17,9 +17,13 @@
"\n", "\n",
"## If you're new to Jupyter Lab\n", "## If you're new to Jupyter Lab\n",
"\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", "\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", "\n",
"## I am here to help\n", "## I am here to help\n",
"\n", "\n",
@ -32,7 +36,7 @@
"\n", "\n",
"## If this is old hat!\n", "## If this is old hat!\n",
"\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", "\n",
"## Business value of these exercises\n", "## Business value of these exercises\n",
"\n", "\n",

Loading…
Cancel
Save