Table of Contents

    
    
    In [ ]:
    dir()
    
    
    
    In [ ]:
    %matplotlib nbagg
    
    
    
    In [ ]:
    plt.plot(np.arange(10))
    
    
    
    In [ ]:
    %matplotlib inline
    
    
    
    In [ ]:
    plt.plot(np.arange(10))
    
    
    
    In [ ]: