Skip to content

Commit cd03384

Browse files
[skip-ci] consistent kernel for jupyter notebooks (#1674)
Co-authored-by: Lucas Hanson <[email protected]>
1 parent db079df commit cd03384

33 files changed

+109
-136
lines changed

tutorials/001 - Introduction.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@
9393
],
9494
"metadata": {
9595
"kernelspec": {
96-
"display_name": "conda_python3",
96+
"display_name": "Python 3.9.14",
9797
"language": "python",
98-
"name": "conda_python3"
98+
"name": "python3"
9999
},
100100
"language_info": {
101101
"codemirror_mode": {
@@ -107,9 +107,9 @@
107107
"name": "python",
108108
"nbconvert_exporter": "python",
109109
"pygments_lexer": "ipython3",
110-
"version": "3.6.10"
110+
"version": "3.9.14"
111111
}
112112
},
113113
"nbformat": 4,
114114
"nbformat_minor": 4
115-
}
115+
}

tutorials/002 - Sessions.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
],
129129
"metadata": {
130130
"kernelspec": {
131-
"display_name": "Python 3.9.13 ('awswrangler-mo8sEp3D-py3.9')",
131+
"display_name": "Python 3.9.14",
132132
"language": "python",
133133
"name": "python3"
134134
},
@@ -142,7 +142,7 @@
142142
"name": "python",
143143
"nbconvert_exporter": "python",
144144
"pygments_lexer": "ipython3",
145-
"version": "3.9.13"
145+
"version": "3.9.14"
146146
},
147147
"vscode": {
148148
"interpreter": {

tutorials/003 - Amazon S3.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -965,7 +965,7 @@
965965
],
966966
"metadata": {
967967
"kernelspec": {
968-
"display_name": "Python 3",
968+
"display_name": "Python 3.9.14",
969969
"language": "python",
970970
"name": "python3"
971971
},
@@ -979,7 +979,7 @@
979979
"name": "python",
980980
"nbconvert_exporter": "python",
981981
"pygments_lexer": "ipython3",
982-
"version": "3.8.5"
982+
"version": "3.9.14"
983983
}
984984
},
985985
"nbformat": 4,

tutorials/004 - Parquet Datasets.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@
566566
],
567567
"metadata": {
568568
"kernelspec": {
569-
"display_name": "Python 3",
569+
"display_name": "Python 3.9.14",
570570
"language": "python",
571571
"name": "python3"
572572
},
@@ -580,7 +580,7 @@
580580
"name": "python",
581581
"nbconvert_exporter": "python",
582582
"pygments_lexer": "ipython3",
583-
"version": "3.8.6"
583+
"version": "3.9.14"
584584
},
585585
"pycharm": {
586586
"stem_cell": {

tutorials/005 - Glue Catalog.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@
690690
],
691691
"metadata": {
692692
"kernelspec": {
693-
"display_name": "Python 3",
693+
"display_name": "Python 3.9.14",
694694
"language": "python",
695695
"name": "python3"
696696
},
@@ -704,9 +704,9 @@
704704
"name": "python",
705705
"nbconvert_exporter": "python",
706706
"pygments_lexer": "ipython3",
707-
"version": "3.6.11"
707+
"version": "3.9.14"
708708
}
709709
},
710710
"nbformat": 4,
711711
"nbformat_minor": 4
712-
}
712+
}

tutorials/006 - Amazon Athena.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@
336336
},
337337
"outputs": [],
338338
"source": [
339-
"wr.catalog.delete_table_if_exists(database=\"awswrangler_test\", table=\"noaa\");"
339+
"wr.catalog.delete_table_if_exists(database=\"awswrangler_test\", table=\"noaa\")"
340340
]
341341
},
342342
{
@@ -362,7 +362,7 @@
362362
],
363363
"metadata": {
364364
"kernelspec": {
365-
"display_name": "Python 3",
365+
"display_name": "Python 3.9.14",
366366
"language": "python",
367367
"name": "python3"
368368
},
@@ -376,7 +376,7 @@
376376
"name": "python",
377377
"nbconvert_exporter": "python",
378378
"pygments_lexer": "ipython3",
379-
"version": "3.9.4"
379+
"version": "3.9.14"
380380
}
381381
},
382382
"nbformat": 4,

tutorials/007 - Redshift, MySQL, PostgreSQL, SQL Server, Oracle.ipynb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"- [wr.postgresql.to_sql()](https://aws-sdk-pandas.readthedocs.io/en/2.17.0/stubs/awswrangler.postgresql.to_sql.html)\n",
1818
"- [wr.postgresql.read_sql_query()](https://aws-sdk-pandas.readthedocs.io/en/2.17.0/stubs/awswrangler.postgresql.read_sql_query.html)\n",
1919
"- [wr.sqlserver.to_sql()](https://aws-sdk-pandas.readthedocs.io/en/2.17.0/stubs/awswrangler.sqlserver.to_sql.html)\n",
20-
"- [wr.sqlserver.read_sql_query()](https://aws-sdk-pandas.readthedocs.io/en/2.17.0/stubs/awswrangler.sqlserver.read_sql_query.html)",
20+
"- [wr.sqlserver.read_sql_query()](https://aws-sdk-pandas.readthedocs.io/en/2.17.0/stubs/awswrangler.sqlserver.read_sql_query.html)\n",
2121
"- [wr.oracle.to_sql()](https://aws-sdk-pandas.readthedocs.io/en/2.17.0/stubs/awswrangler.oracle.to_sql.html)\n",
2222
"- [wr.oracle.read_sql_query()](https://aws-sdk-pandas.readthedocs.io/en/2.17.0/stubs/awswrangler.oracle.read_sql_query.html)"
2323
]
@@ -46,7 +46,7 @@
4646
"- [wr.redshift.connect()](https://aws-sdk-pandas.readthedocs.io/en/2.17.0/stubs/awswrangler.redshift.connect.html)\n",
4747
"- [wr.mysql.connect()](https://aws-sdk-pandas.readthedocs.io/en/2.17.0/stubs/awswrangler.mysql.connect.html)\n",
4848
"- [wr.postgresql.connect()](https://aws-sdk-pandas.readthedocs.io/en/2.17.0/stubs/awswrangler.postgresql.connect.html)\n",
49-
"- [wr.sqlserver.connect()](https://aws-sdk-pandas.readthedocs.io/en/2.17.0/stubs/awswrangler.sqlserver.connect.html)",
49+
"- [wr.sqlserver.connect()](https://aws-sdk-pandas.readthedocs.io/en/2.17.0/stubs/awswrangler.sqlserver.connect.html)\n",
5050
"- [wr.oracle.connect()](https://aws-sdk-pandas.readthedocs.io/en/2.17.0/stubs/awswrangler.oracle.connect.html)"
5151
]
5252
},
@@ -59,7 +59,7 @@
5959
"con_redshift = wr.redshift.connect(\"aws-sdk-pandas-redshift\")\n",
6060
"con_mysql = wr.mysql.connect(\"aws-sdk-pandas-mysql\")\n",
6161
"con_postgresql = wr.postgresql.connect(\"aws-sdk-pandas-postgresql\")\n",
62-
"con_sqlserver = wr.sqlserver.connect(\"aws-sdk-pandas-sqlserver\")",
62+
"con_sqlserver = wr.sqlserver.connect(\"aws-sdk-pandas-sqlserver\")\n",
6363
"con_oracle = wr.oracle.connect(\"aws-sdk-pandas-oracle\")"
6464
]
6565
},
@@ -105,7 +105,7 @@
105105
"wr.redshift.to_sql(df, con_redshift, schema=\"public\", table=\"tutorial\", mode=\"overwrite\")\n",
106106
"wr.mysql.to_sql(df, con_mysql, schema=\"test\", table=\"tutorial\", mode=\"overwrite\")\n",
107107
"wr.postgresql.to_sql(df, con_postgresql, schema=\"public\", table=\"tutorial\", mode=\"overwrite\")\n",
108-
"wr.sqlserver.to_sql(df, con_sqlserver, schema=\"dbo\", table=\"tutorial\", mode=\"overwrite\")",
108+
"wr.sqlserver.to_sql(df, con_sqlserver, schema=\"dbo\", table=\"tutorial\", mode=\"overwrite\")\n",
109109
"wr.oracle.to_sql(df, con_oracle, schema=\"test\", table=\"tutorial\", mode=\"overwrite\")"
110110
]
111111
},
@@ -176,7 +176,7 @@
176176
"wr.redshift.read_sql_query(\"SELECT * FROM public.tutorial\", con=con_redshift)\n",
177177
"wr.mysql.read_sql_query(\"SELECT * FROM test.tutorial\", con=con_mysql)\n",
178178
"wr.postgresql.read_sql_query(\"SELECT * FROM public.tutorial\", con=con_postgresql)\n",
179-
"wr.sqlserver.read_sql_query(\"SELECT * FROM dbo.tutorial\", con=con_sqlserver)",
179+
"wr.sqlserver.read_sql_query(\"SELECT * FROM dbo.tutorial\", con=con_sqlserver)\n",
180180
"wr.oracle.read_sql_query(\"SELECT * FROM test.tutorial\", con=con_oracle)"
181181
]
182182
},
@@ -189,16 +189,16 @@
189189
"con_redshift.close()\n",
190190
"con_mysql.close()\n",
191191
"con_postgresql.close()\n",
192-
"con_sqlserver.close()",
192+
"con_sqlserver.close()\n",
193193
"con_oracle.close()"
194194
]
195195
}
196196
],
197197
"metadata": {
198198
"kernelspec": {
199-
"display_name": "conda_python3",
199+
"display_name": "Python 3.9.14",
200200
"language": "python",
201-
"name": "conda_python3"
201+
"name": "python3"
202202
},
203203
"language_info": {
204204
"codemirror_mode": {
@@ -210,7 +210,7 @@
210210
"name": "python",
211211
"nbconvert_exporter": "python",
212212
"pygments_lexer": "ipython3",
213-
"version": "3.6.10"
213+
"version": "3.9.14"
214214
}
215215
},
216216
"nbformat": 4,

tutorials/008 - Redshift - Copy & Unload.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -537,9 +537,9 @@
537537
],
538538
"metadata": {
539539
"kernelspec": {
540-
"display_name": "conda_python3",
540+
"display_name": "Python 3.9.14",
541541
"language": "python",
542-
"name": "conda_python3"
542+
"name": "python3"
543543
},
544544
"language_info": {
545545
"codemirror_mode": {
@@ -551,9 +551,9 @@
551551
"name": "python",
552552
"nbconvert_exporter": "python",
553553
"pygments_lexer": "ipython3",
554-
"version": "3.6.10"
554+
"version": "3.9.14"
555555
}
556556
},
557557
"nbformat": 4,
558558
"nbformat_minor": 4
559-
}
559+
}

tutorials/009 - Redshift - Append, Overwrite, Upsert.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -376,9 +376,9 @@
376376
],
377377
"metadata": {
378378
"kernelspec": {
379-
"display_name": "conda_python3",
379+
"display_name": "Python 3.9.14",
380380
"language": "python",
381-
"name": "conda_python3"
381+
"name": "python3"
382382
},
383383
"language_info": {
384384
"codemirror_mode": {
@@ -390,7 +390,7 @@
390390
"name": "python",
391391
"nbconvert_exporter": "python",
392392
"pygments_lexer": "ipython3",
393-
"version": "3.6.10"
393+
"version": "3.9.14"
394394
},
395395
"pycharm": {
396396
"stem_cell": {

tutorials/010 - Parquet Crawler.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -814,9 +814,9 @@
814814
],
815815
"metadata": {
816816
"kernelspec": {
817-
"display_name": "conda_python3",
817+
"display_name": "Python 3.9.14",
818818
"language": "python",
819-
"name": "conda_python3"
819+
"name": "python3"
820820
},
821821
"language_info": {
822822
"codemirror_mode": {
@@ -828,7 +828,7 @@
828828
"name": "python",
829829
"nbconvert_exporter": "python",
830830
"pygments_lexer": "ipython3",
831-
"version": "3.6.10"
831+
"version": "3.9.14"
832832
},
833833
"pycharm": {
834834
"stem_cell": {

0 commit comments

Comments
 (0)