Skip to content

Commit 8ee8251

Browse files
committed
Part 2 Done.
1 parent c986ebe commit 8ee8251

4 files changed

+9
-4
lines changed

.vscode/settings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"github.gitCommand": "C:\\Users\\Name\\AppData\\Local\\Programs\\Microsoft VS Code\\Code.exe",
3-
"python.pythonPath": "C:\\Users\\Name\\AppData\\Local\\Programs\\Python\\Python39\\python.exe",
4-
"python.languageServer": "Pylance"
3+
"python.languageServer": "Pylance",
4+
"python.pythonPath": "C:\\Users\\Name\\AppData\\Local\\Programs\\Python\\Python37\\python.exe"
55
}

10. Python 101 - Data Visualization with Seaborn - Skeleton b4 filming.ipynb

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

9. Python 101 - Data Visualization with matplotlib - Skeleton b4 filming.ipynb

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

import pandas as pd.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import pandas as pd
2+
import numpy as np
3+
import matplotlib.pyplot as plt
4+
import seaborn as sns
5+
print('lol')

0 commit comments

Comments
 (0)