Start Anaconda command prompt and type in the following command :
ipython
This starts the ipython console which is a pretty neat terminal. Set of imports can be done using a single command in the ipython console:
%pylab
But to make life easier for array operations, incorporating mathematical functions it is always best to start ipython using the command in the command prompt:
ipython --pylab
For more information regarding the above check :
https://stackoverflow.com/questions/20525459/ipython-pylab-vs-ipython