Skip to content

Commit fd5e6e4

Browse files
committed
python ersion updated while working in vscode
1 parent 0af3496 commit fd5e6e4

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.vscode/settings.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"python.pythonPath": "/usr/bin/python"
3+
}

Learn ML/01 - Supervised Learning/1- Regression/03_univariate_Linear Regression(LR).ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1045,7 +1045,7 @@
10451045
"name": "python",
10461046
"nbconvert_exporter": "python",
10471047
"pygments_lexer": "ipython3",
1048-
"version": "3.7.1"
1048+
"version": "3.6.8"
10491049
}
10501050
},
10511051
"nbformat": 4,

Learn_ML_libraries/01- Learn NumPy.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -6943,7 +6943,7 @@
69436943
"name": "python",
69446944
"nbconvert_exporter": "python",
69456945
"pygments_lexer": "ipython3",
6946-
"version": "3.7.1"
6946+
"version": "3.6.8"
69476947
}
69486948
},
69496949
"nbformat": 4,

0 commit comments

Comments
 (0)