Skip to content

Commit

Permalink
mysql tutorial (catherinedevlin#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
edublancas authored Mar 4, 2023
1 parent df60de9 commit 243d719
Show file tree
Hide file tree
Showing 4 changed files with 608 additions and 2 deletions.
3 changes: 2 additions & 1 deletion doc/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ parts:
- file: integrations/duckdb
- file: integrations/pandas
- file: integrations/polars
- file: integrations/mindsdb
- file: integrations/mysql
- file: integrations/mssql
- file: integrations/mindsdb

- caption: API Reference
chapters:
Expand Down
1 change: 1 addition & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
execution_excludepatterns = [
"howto/*-connect.ipynb",
"integrations/mssql.ipynb",
"integrations/mysql.ipynb",
"integrations/mindsdb.ipynb",
]
execution_in_temp = False
Expand Down
22 changes: 21 additions & 1 deletion doc/integrations/mssql.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,27 @@
"id": "354906eb-5b76-44dc-9568-c7cda37ccfbc",
"metadata": {},
"source": [
"Load the Jupyter extension and start the connection:"
"Install, load the Jupyter extension and start the connection:"
]
},
{
"cell_type": "code",
"execution_count": 1,
"id": "d87fd635-8914-4e4e-9461-405f5ec7d581",
"metadata": {
"tags": []
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Note: you may need to restart the kernel to use updated packages.\n"
]
}
],
"source": [
"%pip install jupysql --quiet"
]
},
{
Expand Down
Loading

0 comments on commit 243d719

Please sign in to comment.