Kernel dies in Jupyter Notebook after upgrading Ubuntu from 16.10 to 17.04
Solution 1:
Simply update your jupyter, it should work.
e.g: if you installed it using pip run something like:
pip install --upgrade jupyter --user
or
sudo pip install --upgrade jupyter