When I launch the notebook from the editor or from the command prompt, to the editor or Chrome, the iPython notebook that comes up has an error, it comes html without style css and just doesn't work (See images attached). How can I fix this?
Image 1 - Launched from command prompt to Chrome
Image 2 - From/to Canopy Editor
System Information
Note: I can launch iPython Notebook normally using Anaconda.
Thanks
Not sure if you got an answer yet. If you are on a Mac or Linux, you might try which -a python
. I installed a library in a 2.7.x anaconda instance once, only to discover that I was launching IPython from a Python 3.4 version.