Lecture 1: Introduction to Research — [📝Lecture Notebooks] [
Lecture 2: Introduction to Python — [📝Lecture Notebooks] [
Lecture 3: Introduction to NumPy — [📝Lecture Notebooks] [
Lecture 4: Introduction to pandas — [📝Lecture Notebooks] [
Lecture 5: Plotting Data — [📝Lecture Notebooks] [[
Below CloudFormation stack which runs GitHub Self-hosted runners on EC2 Spot Instances managed by AutoScalingGroup. It automatically register new instances as self-hosted runners and removes them when Spot is interrupted.
- Download YML below into file
- Create AWS CloudFormation stack
- Provide values for parameters
- If you need to install smt in
UserDatafill stack parameterAdditionalUserData
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| iMac:freedomsoft freedomsoft$ rake db:drop | |
| (in /Users/freedomsoft/Developer/Projects/Freelance/freedomsoft) | |
| iMac:freedomsoft freedomsoft$ rake db:migrate --trace | |
| (in /Users/freedomsoft/Developer/Projects/Freelance/freedomsoft) | |
| ** Invoke db:migrate (first_time) | |
| ** Invoke environment (first_time) | |
| ** Execute environment | |
| rake aborted! | |
| Unknown database 'freedomsoft_development' |