When importing some packages into IPython-Notebook, the following message appears:
%matplotlib notebook import numpy as np import matplotlib as mpl import matplotlib.pyplot as plt from scipy.integrate import odeint //anaconda/lib/python3.4/site-packages/IPython/kernel/__init__.py:13: ShimWarning: The `IPython.kernel` package has been deprecated. You should import from ipykernel or jupyter_client instead. "You should import from ipykernel or jupyter_client instead.", ShimWarning)

This does not affect the results, but I would like to resolve this error. I realized from some posts that this problem will cause IPython-Notebook to stop working when upgrading to Python 4. I am running IPython Notebook version 4.0.4 via Anaconda on Mac OSX 10.11.1.
I have to admit that I'm not very good at installing the python package, but I need to use this for school and thought it would be a good way to learn this stuff.
source share