8000 Update cookbook.ipynb · InfluxCommunity/influxdb3-python@69e9b0e · GitHub
[go: up one dir, main page]

Skip to content

Commit 69e9b0e

Browse files
Update cookbook.ipynb

Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@
55
"metadata": {},
66
"source": [
77
"# The Pokemon Cookbook\n",
8-
"This cookbook teaches you the concepts of the InfluxDB 3.0 Python Client library using a novel example of Pokemon data. The scenerio is to keep track of each trainer and the number of differnt pokemon they have caught.\n",
9-
"<p align=\"center\">\n",
10-
" <img height=\"300\" src=\"https://www.nicepng.com/png/full/62-622961_no-one-knows-if-people-eat-pokmon-png.png\">\n",
11-
"</p>"
8+
"This cookbook teaches you the concepts of the InfluxDB 3.0 Python Client library using a novel example of Pokemon data. The scenerio is to keep track of each trainer and the number of their catches.\n",
129
]
1310
},
1411
{
@@ -6108,10 +6105,6 @@
61086105
"source": [
61096106
"# Conclusion\n",
61106107
"We have now covered the basics of the InfluxDB 3.0 Python Client. I hope you found this novel cook book informative and fun. If you have any questions, bugs or feature requests please raise an issue on the [GitHub repo](https://github.com/InfluxCommunity/influxdb3-python/issues)\n",
6111-
"\n",
6112-
"<p align=\"center\">\n",
6113-
" <img height=\"100\", width=\"100\" src=\"https://i.pinimg.com/originals/18/15/44/181544facabe62d30c52e94b369f0f3a.png\">\n",
6114-
"</p>\n"
61156108
]
61166109
}
61176110
],