Skip to content

Commit 8bb75ec

Browse files
committed
test on python v3.13
1 parent 4bd91c9 commit 8bb75ec

2 files changed

Lines changed: 21 additions & 14 deletions

File tree

notebooks/Pandas_walkthrough.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2019,9 +2019,9 @@
20192019
"name": "stdout",
20202020
"output_type": "stream",
20212021
"text": [
2022-
"Notebook tested in 2025-01-22 using:\n",
2023-
"Python 3.12.4 | packaged by Anaconda, Inc. | (main, Jun 18 2024, 15:03:56) [MSC v.1929 64 bit (AMD64)]\n",
2024-
"Pandas 2.2.3\n"
2022+
"Notebook tested in 2025-06-18 using:\n",
2023+
"Python 3.13.5 | packaged by conda-forge | (main, Jun 16 2025, 08:20:19) [MSC v.1943 64 bit (AMD64)]\n",
2024+
"Pandas 2.3.0\n"
20252025
]
20262026
}
20272027
],
@@ -2038,7 +2038,7 @@
20382038
],
20392039
"metadata": {
20402040
"kernelspec": {
2041-
"display_name": "main",
2041+
"display_name": "default",
20422042
"language": "python",
20432043
"name": "python3"
20442044
},
@@ -2052,7 +2052,7 @@
20522052
"name": "python",
20532053
"nbconvert_exporter": "python",
20542054
"pygments_lexer": "ipython3",
2055-
"version": "3.12.4"
2055+
"version": "3.13.5"
20562056
}
20572057
},
20582058
"nbformat": 4,

notebooks/Python_walkthrough.ipynb

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -559,6 +559,16 @@
559559
"text": [
560560
"C:\\Program Files\turtle game\n"
561561
]
562+
},
563+
{
564+
"name": "stderr",
565+
"output_type": "stream",
566+
"text": [
567+
"<>:1: SyntaxWarning: invalid escape sequence '\\P'\n",
568+
"<>:1: SyntaxWarning: invalid escape sequence '\\P'\n",
569+
"C:\\Users\\marco\\AppData\\Local\\Temp\\ipykernel_15680\\422930446.py:1: SyntaxWarning: invalid escape sequence '\\P'\n",
570+
" path = \"C:\\Program Files\\turtle game\"\n"
571+
]
562572
}
563573
],
564574
"source": [
@@ -717,7 +727,7 @@
717727
"name": "stdout",
718728
"output_type": "stream",
719729
"text": [
720-
"['__doc__', '__loader__', '__name__', '__package__', '__spec__', 'acos', 'acosh', 'asin', 'asinh', 'atan', 'atan2', 'atanh', 'cbrt', 'ceil', 'comb', 'copysign', 'cos', 'cosh', 'degrees', 'dist', 'e', 'erf', 'erfc', 'exp', 'exp2', 'expm1', 'fabs', 'factorial', 'floor', 'fmod', 'frexp', 'fsum', 'gamma', 'gcd', 'hypot', 'inf', 'isclose', 'isfinite', 'isinf', 'isnan', 'isqrt', 'lcm', 'ldexp', 'lgamma', 'log', 'log10', 'log1p', 'log2', 'modf', 'nan', 'nextafter', 'perm', 'pi', 'pow', 'prod', 'radians', 'remainder', 'sin', 'sinh', 'sqrt', 'tan', 'tanh', 'tau', 'trunc', 'ulp']\n"
730+
"['__doc__', '__loader__', '__name__', '__package__', '__spec__', 'acos', 'acosh', 'asin', 'asinh', 'atan', 'atan2', 'atanh', 'cbrt', 'ceil', 'comb', 'copysign', 'cos', 'cosh', 'degrees', 'dist', 'e', 'erf', 'erfc', 'exp', 'exp2', 'expm1', 'fabs', 'factorial', 'floor', 'fma', 'fmod', 'frexp', 'fsum', 'gamma', 'gcd', 'hypot', 'inf', 'isclose', 'isfinite', 'isinf', 'isnan', 'isqrt', 'lcm', 'ldexp', 'lgamma', 'log', 'log10', 'log1p', 'log2', 'modf', 'nan', 'nextafter', 'perm', 'pi', 'pow', 'prod', 'radians', 'remainder', 'sin', 'sinh', 'sqrt', 'sumprod', 'tan', 'tanh', 'tau', 'trunc', 'ulp']\n"
721731
]
722732
}
723733
],
@@ -2141,7 +2151,7 @@
21412151
"\n",
21422152
"is_even(x)\n",
21432153
" Return true if an integer is even\n",
2144-
" \n",
2154+
"\n",
21452155
" Parameter\n",
21462156
" ----------\n",
21472157
" x : int\n",
@@ -2409,8 +2419,8 @@
24092419
"name": "stdout",
24102420
"output_type": "stream",
24112421
"text": [
2412-
"Notebook tested in 2024-04-02 using:\n",
2413-
"Python 3.11.8 | packaged by Anaconda, Inc. | (main, Feb 26 2024, 21:34:05) [MSC v.1916 64 bit (AMD64)]\n"
2422+
"Notebook tested in 2025-06-18 using:\n",
2423+
"Python 3.13.5 | packaged by conda-forge | (main, Jun 16 2025, 08:20:19) [MSC v.1943 64 bit (AMD64)]\n"
24142424
]
24152425
}
24162426
],
@@ -2425,11 +2435,8 @@
24252435
}
24262436
],
24272437
"metadata": {
2428-
"interpreter": {
2429-
"hash": "073408933f31e8ac7f6b4bf29a6f48e1a2f613d7d5b6e5c6c58fd8fdc8389e42"
2430-
},
24312438
"kernelspec": {
2432-
"display_name": "Python 3 (ipykernel)",
2439+
"display_name": "default",
24332440
"language": "python",
24342441
"name": "python3"
24352442
},
@@ -2443,7 +2450,7 @@
24432450
"name": "python",
24442451
"nbconvert_exporter": "python",
24452452
"pygments_lexer": "ipython3",
2446-
"version": "3.11.8"
2453+
"version": "3.13.5"
24472454
}
24482455
},
24492456
"nbformat": 4,

0 commit comments

Comments
 (0)