{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Homework 1 - Welcome to the class tools" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "*by [Todd M. Gureckis](http://gureckislab.org/~gureckis)* and [Brenden M. Lake](https://cims.nyu.edu/~brenden/). Code shared under the [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/) license. Credit given where inspiration was obtained from others!" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "---" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "The notebooks for Homework 1 are structured as follows:\n", "\n", "- This notebook gives an overview of the Jupyter Notebook. You will be using the Jupyter notebook environment to complete your homeworks and final projects. It includes an overview of writing formatted text including equations in the notebook. This is how you will help to organize/comment on your notebooks as well as complete the short answer questions on the homeworks.\n", "\n", "In the lab session you should have received a quick tutorial on getting an operating Jupyter notebook environment (either from the cloud based solution provided for the class or on your home computer/laptop). If you are having trouble getting started please get in touch with the TA" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "---" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "As you go through these notebooks you will sometimes encounter colored cells. These provide helpful notes:" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "
Ctrl-Enter
(which will keep the cell selected), or Shift-Enter
(which will select the next cell).\n",
"hello
and make sure the test cells runs without any errors. You will need to delete the line with `raise NotImplementedError`, write your own solution, and then re-run the cell before running the test cell. Each time you change code in a cell, you will need to re-run that cell before running any other cells that depend on it!\n",
"$like this$
. Format \"y=ax+b\" to produce the following:\n",
"