This is a single module containing all the requisite functions for the python_exercises notebooks to work properly.
Only python3 is needed
python3 setup.py .
# OR (as preferred).
pip install --user .
If you are using the above noteoboks, all functions are loaded for you already at the top of each notebook.
To use the functions in your own applications (after installation):
import exercise_solutions