-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Course 1.6 feedback #110
Comments
To visualize the progress of optimization, I wrote some lines which result in a plot, where this process is graphically visualized:
|
That's a leftover artifact that was addressed in some other modules, but I must have missed for this one. Thanks for catching! EDIT: changed import line to: try:
import ussl
except:
import ssl This won't reflect on yours specifically (you already figured it out, so no need for me to go in and change), but it should be correct for future users.
@SissiFeng could you address? (should be a quick fix I think)
Thanks for the feedback. Maybe next week @SissiFeng we can record a walkthrough video of the AWS + MongoDB process and also consider moving the AWS/MongoDB integration to course 4? At least, let's chat about how we want to address #108
Great point! Any ideas for where this could be pointed out? I think this has been brought up a couple other times, definitely worth providing some more clarification early on. Maybe as a "tip/note" in Module 1 in Q&A format |
I would point that out rather in the beginning of the course, to clarify the overall goal of the self driving lab. Maybe a little graphics like this sketch could help? Just an idea |
I revised the assignment md document. Okay, I think recording a video would be a most direct and effective way to do this. |
I just finished the Course 1.6 assignment. The codespaces did not work, but the scripts ran fine and produced the expected output. Was quite fun, to put the pieces together!
A few things I noticed on my way:
import ussl
did not work. I replaced it withimport ssl
and the issue was solvedbody
and when this is automatically added. Sorry, if I´m a bit dumb here, just wanted to let you know, that this can cause confusion to a newcomerThe text was updated successfully, but these errors were encountered: