Skip to content

Commit

Permalink
Merge pull request #146 from AccelerationConsortium/pymongo
Browse files Browse the repository at this point in the history
Pymongo / Module 5 data logging
  • Loading branch information
sgbaird authored Feb 26, 2025
2 parents 00ab0ac + 6aa17a9 commit a485649
Show file tree
Hide file tree
Showing 16 changed files with 1,278 additions and 205 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Store the distribution files for use in other stages
# `tests` and `publish` will use the same pre-built distributions,
# so we make sure to release the exact same package that was tested
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: python-distribution-files
path: dist/
Expand All @@ -74,7 +74,7 @@ jobs:
with:
python-version: ${{ matrix.python }}
- name: Retrieve pre-built distribution files
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with: {name: python-distribution-files, path: dist/}
- name: Run tests
run: >-
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
"1.4-hardware-software-communication.ipynb", # MicroPython code
"1.4.1-onboard-led-temp.ipynb", # assumes a MCU is actively receiving
"1.5-data-logging.ipynb", # MicroPython code
"1.5.1-aws-lambda-read.ipynb", # just not tested
"1.5.3-aws-lambda-read.ipynb", # just not tested
"2.*", # TODO: Bayes opt notebooks
"3.*", # TODO: Robotics notebooks
"4.*", # TODO: Software dev notebooks
Expand Down
2 changes: 1 addition & 1 deletion docs/courses/data-science/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Unleash the power of data science in the realm of self-driving laboratories. Thi



The **recommended prerequisite** for this course is Introduction to AI for Discovery using Self-driving Labs
The **recommended prerequisite** for this course is Introduction to AI for Discovery using Self-driving Labs (Course 1: Hello World)


## 🎯 Learning Outcomes
Expand Down
3 changes: 3 additions & 0 deletions docs/courses/hello-world/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
my_secrets.py
dependencies/*
lambda_function.py
201 changes: 44 additions & 157 deletions docs/courses/hello-world/1.5-data-logging.md

Large diffs are not rendered by default.

Loading

0 comments on commit a485649

Please sign in to comment.