Skip to content

Commit c3a135d

Browse files
committed
update When Objects Are Alike
1 parent 9cd14d1 commit c3a135d

File tree

3 files changed

+273
-174
lines changed

3 files changed

+273
-174
lines changed

notebooks/00-TableOfContents.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"name": "python",
7272
"nbconvert_exporter": "python",
7373
"pygments_lexer": "ipython3",
74-
"version": "3.9.13"
74+
"version": "3.10.8"
7575
}
7676
},
7777
"nbformat": 4,

notebooks/SerializationAndJSON.ipynb

+4-4
Original file line numberDiff line numberDiff line change
@@ -2318,8 +2318,7 @@
23182318
"metadata": {},
23192319
"outputs": [],
23202320
"source": [
2321-
"# get current weather info for Grand Junction, Colorado\n",
2322-
"# using openweathermap.org API\n",
2321+
"# get current weather using openweathermap.org API\n",
23232322
"import requests\n",
23242323
"\n",
23252324
"def forecastWeather(city) -> json:\n",
@@ -3316,7 +3315,8 @@
33163315
"- Rich is a Python library for rich text and beautiful formatting in the terminal\n",
33173316
"- Rich can be used to make your Python CLI apps look better\n",
33183317
"- [https://github.com/Textualize/rich](https://github.com/Textualize/rich)\n",
3319-
"- See an application of Rich: [https://github.com/rambasnet/kattis-cli](https://github.com/rambasnet/kattis-cli)"
3318+
"- See an application of Rich: [https://github.com/rambasnet/kattis-cli](https://github.com/rambasnet/kattis-cli)\n",
3319+
"- Kattis-cli uses trogon to display TUI - https://github.com/Textualize/trogon"
33203320
]
33213321
},
33223322
{
@@ -3356,7 +3356,7 @@
33563356
"name": "python",
33573357
"nbconvert_exporter": "python",
33583358
"pygments_lexer": "ipython3",
3359-
"version": "3.12.2"
3359+
"version": "3.10.8"
33603360
}
33613361
},
33623362
"nbformat": 4,

0 commit comments

Comments
 (0)