Develop a jupyter notebook that allows you enter a URL, read that related page and calculate some statistics about this webpage. 1) [2 Points) Asks the user to enter any URL for a website (webpage), read the contents of that page and prints out its: a. Size in characters (A-Z and a-z) b. Number of digits C. Number of words d. Number of emails listed in that webpage 2) [2 Points] Use the matplotlib package to draw an inline diagram within the jupyter notebook. The diagram should represent the frequency of all characters in that webpage, please ignore the difference between lowercase and uppercase letters. 3) [2 Points] Use the matplotlib package to draw an inline diagram within the jupyter notebook. The diagram should represent the frequency of all characters in that webpage; please do not ignore the difference between lowercase and uppercase letters. 4) [2 Points] Use the matplotlib package to draw an inline diagram within the jupyter notebook. The diagram should represent the frequency of all digits (0-9) that are found in that webpage. 5) [2 Points] Use the matplotlib package to draw an inline diagram within the jupyter notebook. The diagram should combine all results (statistics or simply the counting) found in #2 and #4 in one combined diagram. Note: A. This project includes a self-study about two of the useful python modules/packages; the urllib package and the matplotlib package. B. You may need to watch my video about the opening a webpage using the urllib package that is available at 1BC) and the video about the matplotlib package that is available at ( 4) and then develop your python jupyter notebook that does all of the above C. Your program should the jupyter notebook, any simple script submission will not be accepted. D. You should build a video and upload it on YouTube, this video should explain your program in your own voice; failing to do this video means your project will not be graded and you will get ZERO in the project regardless of your other materials included in the submission. E. You should include the link to your video within your jupyter notebook, failing to do so will give us the permission to ignore your submission and give you zero