jupyter notebook:NameError: name ‘get_ipython‘ is not defined即魔法符号导致的问题

注释掉这行代码
# In[2]:
#get_ipython().magic('matplotlib inline')
jupyter notebook:NameError: name ‘get_ipython‘ is not defined即魔法符号导致的问题_第1张图片

这是因为jupyter的魔法符号调用导致的

你可能感兴趣的:(#,python,python)