Import Error In Ipython After Installing Umfpack
After installing the umfpack package (which I needed) I can no longer import any packages in an iPython Notebook. Any import command e.g import numpy as np results in a stream of
Solution 1:
Someone fixed it for me by reinstalling everything.
Post a Comment for "Import Error In Ipython After Installing Umfpack"