Skip to content

Commit db2c4df

Browse files
committed
fixed confusing final capstone notebook
1 parent b08d82c commit db2c4df

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

.ipynb_checkpoints/Final Capstone Project-checkpoint.ipynb

+7-7
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"collapsed": true
77
},
88
"source": [
9-
"#Final Capstone Projects\n",
9+
"# Final Capstone Projects\n",
1010
"\n",
11-
"Go to this link for the Descriptions and Code Outlines of several Capstone Projects!"
11+
"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!"
1212
]
1313
},
1414
{
@@ -23,21 +23,21 @@
2323
],
2424
"metadata": {
2525
"kernelspec": {
26-
"display_name": "Python 2",
26+
"display_name": "Python 3",
2727
"language": "python",
28-
"name": "python2"
28+
"name": "python3"
2929
},
3030
"language_info": {
3131
"codemirror_mode": {
3232
"name": "ipython",
33-
"version": 2
33+
"version": 3
3434
},
3535
"file_extension": ".py",
3636
"mimetype": "text/x-python",
3737
"name": "python",
3838
"nbconvert_exporter": "python",
39-
"pygments_lexer": "ipython2",
40-
"version": "2.7.10"
39+
"pygments_lexer": "ipython3",
40+
"version": "3.5.1"
4141
}
4242
},
4343
"nbformat": 4,

Final Capstone Project.ipynb

+7-7
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"collapsed": true
77
},
88
"source": [
9-
"#Final Capstone Projects\n",
9+
"# Final Capstone Projects\n",
1010
"\n",
11-
"Go to this link for the Descriptions and Code Outlines of several Capstone Projects!"
11+
"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!"
1212
]
1313
},
1414
{
@@ -23,21 +23,21 @@
2323
],
2424
"metadata": {
2525
"kernelspec": {
26-
"display_name": "Python 2",
26+
"display_name": "Python 3",
2727
"language": "python",
28-
"name": "python2"
28+
"name": "python3"
2929
},
3030
"language_info": {
3131
"codemirror_mode": {
3232
"name": "ipython",
33-
"version": 2
33+
"version": 3
3434
},
3535
"file_extension": ".py",
3636
"mimetype": "text/x-python",
3737
"name": "python",
3838
"nbconvert_exporter": "python",
39-
"pygments_lexer": "ipython2",
40-
"version": "2.7.10"
39+
"pygments_lexer": "ipython3",
40+
"version": "3.5.1"
4141
}
4242
},
4343
"nbformat": 4,

0 commit comments

Comments
 (0)