I had a working version of IPython running in Ubuntu 14.04, but today I found an
error when starting a notebook from it.
The error is pretty simple and has a quick fix for it:
The error message in the last line is pretty clear.
The problem is I don’t want to use any custom Javascript, so a dirty hack was to create
an empty file with the name Ipython wanted:
That fixed this first exception problem, but then it complained about another file:
That simple hack worked again:
Now I have Ipython notebook up and running without further problems.
Written by Allan Costa