Follow the instructions below:
Once you start working on the project, you will see a ./notebook/problems.ipynb
file containing a list of exercises.
Before starting, make sure to select the appropriate Kernel.
A list with available options will be displayed. Select "Python Environments" and choose the Python version you want to use.
devcontainer.json
file, as this is the recommended one for the project.Once you complete the exercises, follow these steps to submit them correctly:
Save and commit the changes in your local repository:
1git add . 2git commit -m "Completed exercises"
Push the changes to GitHub with:
1git push origin main
Go to 4Geeks.com to submit the link to your repository.