Skip to content

Commit b361bb1

Browse files
committed
rm comment
1 parent e57e4ce commit b361bb1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/courses/hello-world/1.5-data-logging.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# 🧩 1.5 Logging Data
22

3-
% ```{rubric} 🧩 1.5 Logging Data
4-
% ```
5-
63
```{contents}
74
:depth: 3
85
```
@@ -74,7 +71,7 @@ The output should look something like the following (MAC address and IP address
7471
7572
### Reading from MongoDB Using PyMongo
7673
77-
✅ Run the code from [the companion notebook](./1.5.1-pymongo.ipynb) to read data from a MongoDB database. Note that this companion notebook also has a section about how to upload data via PyMongo (preferred when you're able to install PyMongo on e.g., a Raspberry Pi 5 or a Windows machine, which wasn't possible for the Pico W microcontroller). That way, you wouldn't need to use AWS Lambda as an intermediate layer.
74+
✅ Run the code from [the companion notebook](./1.5.1-pymongo.ipynb) to read data from a MongoDB database. Note that this companion notebook also has a section about how to upload data via PyMongo (preferred when you're able to install PyMongo on e.g., a Raspberry Pi 5 or a Windows machine, which wasn't possible for the Pico W microcontroller). That way, you wouldn't need to use AWS Lambda as an intermediate layer (preferred, if feasible).
7875
7976
### Reading Material
8077

0 commit comments

Comments
 (0)