Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4,959 changes: 67 additions & 4,892 deletions .ipynb_checkpoints/DataSciUF - Python I-checkpoint.ipynb

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2,485 changes: 102 additions & 2,383 deletions .ipynb_checkpoints/DataSciUF Python I - Instructor-checkpoint.ipynb

Large diffs are not rendered by default.

113 changes: 56 additions & 57 deletions .ipynb_checkpoints/DataSciUF Python I-checkpoint.ipynb

Large diffs are not rendered by default.

4,869 changes: 22 additions & 4,847 deletions .ipynb_checkpoints/DataSciUF Python II - Instructor-checkpoint.ipynb

Large diffs are not rendered by default.

1,146 changes: 15 additions & 1,131 deletions .ipynb_checkpoints/Python II Fall 2015 - Instructor-checkpoint.ipynb

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -380,21 +380,20 @@
],
"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.6"
"pygments_lexer": "ipython3"
}
},
"nbformat": 4,
Expand Down
Loading