Search code examples
pythoncssjupyter-notebookenthoughtcanopy

Why does Enthought Canopy launch iPython Notebook html text without style css?


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

Chrome (Launched from command prompt)

Image 2 - From/to Canopy Editor

From/to Canopy Editor

System Information

  • Enthought Canopy Express 1.4.1
  • iPython 2.1.0
  • Python 2.7.6
  • Windows 7 Professional 64-bit
  • HP EliteBook 8540w i7 M640 @ 2.8Ghz 8 GB RAM

Note: I can launch iPython Notebook normally using Anaconda.

Thanks


Solution

  • 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.