Skip to content

Commit

Permalink
Merge pull request quantopian#312 from quantopian/kernel-name-py35
Browse files Browse the repository at this point in the history
Update notebook kernels and display names to Python 3.5
  • Loading branch information
quantophred authored Jan 29, 2020
2 parents 976e7d4 + d6f6827 commit 395b0eb
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions notebooks/lectures/Introduction_to_Python/notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2111,9 +2111,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3.5",
"language": "python",
"name": "python3"
"name": "py35"
},
"language_info": {
"codemirror_mode": {
Expand Down
4 changes: 2 additions & 2 deletions notebooks/lectures/Linear_Regression/answers/notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -659,9 +659,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3.5",
"language": "python",
"name": "python3"
"name": "py35"
},
"language_info": {
"codemirror_mode": {
Expand Down
4 changes: 2 additions & 2 deletions notebooks/lectures/Linear_Regression/questions/notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -461,9 +461,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3.5",
"language": "python",
"name": "python3"
"name": "py35"
},
"language_info": {
"codemirror_mode": {
Expand Down
4 changes: 2 additions & 2 deletions notebooks/tutorials/3_alphalens_lesson_2/notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3.5",
"language": "python",
"name": "python3"
"name": "py35"
},
"language_info": {
"codemirror_mode": {
Expand Down
4 changes: 2 additions & 2 deletions notebooks/tutorials/3_alphalens_lesson_3/notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3.5",
"language": "python",
"name": "python3"
"name": "py35"
},
"language_info": {
"codemirror_mode": {
Expand Down
4 changes: 2 additions & 2 deletions notebooks/tutorials/3_alphalens_lesson_4/notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -255,9 +255,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3.5",
"language": "python",
"name": "python3"
"name": "py35"
},
"language_info": {
"codemirror_mode": {
Expand Down
4 changes: 2 additions & 2 deletions notebooks/tutorials/3_alphalens_lesson_5/notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3.5",
"language": "python",
"name": "python3"
"name": "py35"
},
"language_info": {
"codemirror_mode": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3.5",
"language": "python",
"name": "python3"
"name": "py35"
},
"language_info": {
"codemirror_mode": {
Expand Down

0 comments on commit 395b0eb

Please sign in to comment.