Skip to content

Commit c56e700

Browse files
authored
Merge pull request #86 from ploomber/video-content-postgres
Video content postgres
2 parents ffa5572 + 849d462 commit c56e700

20 files changed

+7461
-1
lines changed

colabs/video-material/jupysql-0.9.ipynb

Lines changed: 1088 additions & 0 deletions
Large diffs are not rendered by default.

colabs/video-material/pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
["tool.jupysql.SqlMagic"]
2+
displaycon = false
3+
feedback = true
4+
autopolars = true

docs/_toc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,6 @@ parts:
4646
- file: deploying-your-sql-applications/deploy-your-sql-applications
4747
- file: deploying-your-sql-applications/automating-your-deployments
4848
- file: deploying-your-sql-applications/monitoring-your-deployments
49+
- caption: Video Content
50+
chapters:
51+
- file: video-material/postgres/postgres-intro

docs/advanced-querying-techniques/ctes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Moro,S., Rita,P., and Cortez,P.. (2012). Bank Marketing. UCI Machine Learning Re
4141

4242
We can use the following function to extract the downloaded data from the UCI repository.
4343

44-
```{code-cell} ipython3 :tags: [hide-output]
44+
```{code-cell} ipython3
4545
import sys
4646
4747
sys.path.insert(0, "../../")
90.7 KB
Loading

docs/video-material/postgres/Untitled presentation.svg

Lines changed: 1 addition & 0 deletions
Loading
115 KB
Loading
114 KB
Loading

docs/video-material/postgres/jupy.png

486 KB
Loading

0 commit comments

Comments
 (0)