Once I opened a notebook file with Jupyter (it asks me to convert the file) I never can open it in the standard IPython notebook anymore. I get the following error:
Upgrading IPython fixed it for me:
pip install ipython --upgrade