8000 updated · InfluxCommunity/influxdb3-python@457cdf9 · GitHub
[go: up one dir, main page]

8000 Skip to content

Commit 457cdf9

Browse files
author
Jay Clifford
committed
updated
1 parent a6348fc commit 457cdf9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Examples/pokemon-trainer/cookbook.ipynb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
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 their catches.\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+
"\n",
10+
"Lets get started!"
911
]
1012
},
1113
{
@@ -6104,7 +6106,7 @@
61046106
"metadata": {},
61056107
"source": [
61066108
"# Conclusion\n",
6107-
"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",
6109+
"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"
61086110
]
61096111
}
61106112
],

0 commit comments

Comments
 (0)
0