From 4fcb730c9f87d2d3ebd383717fb90b329fd50708 Mon Sep 17 00:00:00 2001 From: Eduardo Blancas Date: Tue, 28 Feb 2023 06:30:08 -0300 Subject: [PATCH] docs: update readme with link to duckdb's docs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3d8e3946..d411669c 100644 --- a/README.md +++ b/README.md @@ -58,8 +58,8 @@ assert frank.name == "Frank" ## Usage in IPython/Jupyter -With IPython-SQL and DuckDB-Engine you can query DuckDB natively in your notebook! -Alex Monahan has a great demo of this on [his blog](https://alex-monahan.github.io/2021/08/22/Python_and_SQL_Better_Together.html#an-example-workflow-with-duckdb) +With IPython-SQL and DuckDB-Engine you can query DuckDB natively in your notebook! Check out [DuckDB's documentation](https://duckdb.org/docs/guides/python/jupyter) or +Alex Monahan's great demo of this on [his blog](https://alex-monahan.github.io/2021/08/22/Python_and_SQL_Better_Together.html#an-example-workflow-with-duckdb). ## Configuration