Skip to content

Commit

Permalink
Merge pull request #86 from ploomber/video-content-postgres
Browse files Browse the repository at this point in the history
Video content postgres
  • Loading branch information
lfunderburk authored Aug 16, 2023
2 parents ffa5572 + 849d462 commit c56e700
Show file tree
Hide file tree
Showing 20 changed files with 7,461 additions and 1 deletion.
1,088 changes: 1,088 additions & 0 deletions colabs/video-material/jupysql-0.9.ipynb

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions colabs/video-material/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
["tool.jupysql.SqlMagic"]
displaycon = false
feedback = true
autopolars = true
3 changes: 3 additions & 0 deletions docs/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,6 @@ parts:
- file: deploying-your-sql-applications/deploy-your-sql-applications
- file: deploying-your-sql-applications/automating-your-deployments
- file: deploying-your-sql-applications/monitoring-your-deployments
- caption: Video Content
chapters:
- file: video-material/postgres/postgres-intro
2 changes: 1 addition & 1 deletion docs/advanced-querying-techniques/ctes.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Moro,S., Rita,P., and Cortez,P.. (2012). Bank Marketing. UCI Machine Learning Re

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

```{code-cell} ipython3 :tags: [hide-output]
```{code-cell} ipython3
import sys
sys.path.insert(0, "../../")
Expand Down
Binary file added docs/video-material/postgres/0.9-features.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/video-material/postgres/Untitled presentation.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/video-material/postgres/ipython-sql.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/video-material/postgres/jupy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit c56e700

Please sign in to comment.