Skip to content

Commit

Permalink
fixed confusing final capstone notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierian-Data committed May 13, 2016
1 parent b08d82c commit db2c4df
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions .ipynb_checkpoints/Final Capstone Project-checkpoint.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"collapsed": true
},
"source": [
"#Final Capstone Projects\n",
"# Final Capstone Projects\n",
"\n",
"Go to this link for the Descriptions and Code Outlines of several Capstone Projects!"
"Please refer to the [**Final Capstone Projects**](http://nbviewer.jupyter.org/github/jmportilla/Complete-Python-Bootcamp/tree/master/Final%20Capstone%20Projects/) folder to get all the info on final capstone project ideas and possible solutions!"
]
},
{
Expand All @@ -23,21 +23,21 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 2",
"display_name": "Python 3",
"language": "python",
"name": "python2"
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 2
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.10"
"pygments_lexer": "ipython3",
"version": "3.5.1"
}
},
"nbformat": 4,
Expand Down
14 changes: 7 additions & 7 deletions Final Capstone Project.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"collapsed": true
},
"source": [
"#Final Capstone Projects\n",
"# Final Capstone Projects\n",
"\n",
"Go to this link for the Descriptions and Code Outlines of several Capstone Projects!"
"Please refer to the [**Final Capstone Projects**](http://nbviewer.jupyter.org/github/jmportilla/Complete-Python-Bootcamp/tree/master/Final%20Capstone%20Projects/) folder to get all the info on final capstone project ideas and possible solutions!"
]
},
{
Expand All @@ -23,21 +23,21 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 2",
"display_name": "Python 3",
"language": "python",
"name": "python2"
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 2
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.10"
"pygments_lexer": "ipython3",
"version": "3.5.1"
}
},
"nbformat": 4,
Expand Down

0 comments on commit db2c4df

Please sign in to comment.