Reputation: 109
I'm using the spyder notebook from anaconda 2. The first line of my code is:
get_ipython().magic('matplotlib inline')
which returns the following error message
get_ipython().magic('matplotlib inline')
NameError: name 'get_ipython' is not defined
I'm new to python so any help would be greatly appreciated .
Upvotes: 0
Views: 243