Task 3 Explore the hand-write digit image dataset from Scikit-learn Digits dataset. Task 3.1: Load the Digit dataset with command datasets.load_digits(). More instructions can be found here. Task 3.2: Use matplotlib to show any non-zero hand-write digit image from this dataset. What is the command to load the Digit dataset?