1.4 Homework

The following is based on Professor YY’s Python Introduction Assignment.

Create a notebook, name it as python-setup, and run the following codes:

import numpy as np 
import networks as nx
import matplotlib as plt
% matplotlib inline

If you have successfully downloaded Anaconda, you won’t see any errors. If you do, go back and read the instructions more carefully. Chances are that you might have missed some steps. Use Google or other search engines to look for answers to questions not discussed here.

Thanks.