Skip to content

Commit

Permalink
HWs
Browse files Browse the repository at this point in the history
  • Loading branch information
sanazbahargam committed Jan 30, 2017
1 parent 449ef24 commit 0149b50
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 20 deletions.
32 changes: 12 additions & 20 deletions 02A-Getting-Started.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,13 @@
},
{
"cell_type": "markdown",
"metadata": {},
"metadata": {
"slideshow": {
"slide_type": "slide"
}
},
"source": [
"![http://scikit-learn.org/stable/tutorial/machine_learning_map/](./figs/ml_map.png)"
"[./figs/ml_map.png](http://scikit-learn.org/stable/tutorial/machine_learning_map/)"
]
},
{
Expand Down Expand Up @@ -193,17 +197,6 @@
"## Working with Git"
]
},
{
"cell_type": "markdown",
"metadata": {
"nbpresent": {
"id": "2d03ea65-575f-4adb-a5cf-c9bb5ac93ae0"
}
},
"source": [
"![Alt text](./figs/git-staging-area.png)"
]
},
{
"cell_type": "markdown",
"metadata": {
Expand Down Expand Up @@ -622,8 +615,7 @@
},
"source": [
"To allow for this, *git* has a special staging area where it keeps track of things that have been added to the current change set but not yet committed. ```git add``` puts things in this area, and ```git commit``` then copies them to long-term storage (as a commit):\n",
"\n",
"![Alt text](./figs/git-staging-area.png)"
"\n"
]
},
{
Expand Down Expand Up @@ -1256,21 +1248,21 @@
"anaconda-cloud": {},
"celltoolbar": "Slideshow",
"kernelspec": {
"display_name": "Python [default]",
"display_name": "Python 2",
"language": "python",
"name": "python3"
"name": "python2"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
"version": 2
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.5.2"
"pygments_lexer": "ipython2",
"version": "2.7.11"
},
"nbpresent": {
"slides": {
Expand Down
Binary file added 02A-Getting-Started.pdf
Binary file not shown.
Binary file added Homeworks/Homework-0.pdf
Binary file not shown.

0 comments on commit 0149b50

Please sign in to comment.