-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master'
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,8 +12,8 @@ If everything worked properly, when you launch the application chrome should lau | |
## Follow these steps to solve a Datacamp course | ||
1. Open a browser and log into Datacamp, then find the course you want to be solved and open the course so that you are at one of the problems/exercises. Now, copy the link of that page, it should look something like `https://campus.datacamp.com/courses/supervised-learning-with-scikit-learn/classification?ex=1` (if it has `ex=` a number, you've got the right link) | ||
2. Next, launch DCS Terminal and once you see ![image](https://user-images.githubusercontent.com/85963782/159138489-a51fdbbf-43de-45c2-8f0d-8574f52f5419.png), type: `setcreds [email protected] YourDatacampPassword` and press enter. *This will store your login information, so next time you want to use the terminal, you won't have to enter it again.* | ||
3. Type `login` and wait for the chrome tab to be fully logged into Datacamp. If the login fails, try running the command again. | ||
4. Finally, with the link you copied earlier, type: `solvecourse TheLinkYouCopied`. If you want to set a delay, or wait time in between the solving of each exercise, see `Extra terminal commands` below | ||
3. Type `login` and wait for the chrome tab to be fully logged into Datacamp. *If the login fails, try running the command again.* | ||
4. Finally, with the link you copied earlier, type: `solvecourse TheLinkYouCopied`. *If you want the program to redo a course to get you XP from it again, type:* `solvecourse TheLinkYouCopied --autoreset`. If you want to set a delay, or wait time in between the solving of each exercise, see `Extra terminal commands` below | ||
5. Sit back and relax! You can have the terminal and the chrome tab minimized and continue to use your computer, try not to use copy and paste too much while it is running as the terminal copies the answers, then pastes them into Datacamp. | ||
|
||
**If you did everything right, your terminal should look like this and the course should be getting solved.** | ||
|