Skip to content

Commit a1c7914

Browse files
authored
Merge pull request #15 from learningmachineslab/sql
added intro to connecting to sql
2 parents 075a4b4 + b12c8bb commit a1c7914

File tree

3 files changed

+344
-2
lines changed

3 files changed

+344
-2
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# File types to ignore
22
.ipynb_checkpoints
3-
3+
connections.py
44
.DS_Store
55

66

77
# Folders to ignore
88
/tutorialenv/
99
*/.ipynb_checkpoints/*
10-
10+
__pycache__

0 commit comments

Comments
 (0)