8

I installed anaconda and I get this (python 2.7.9)

image

I am running ipython notebook on Windows 8 and terminal option unavailable for me. How do I activate it? please

Jakob
  • 19,815
  • 6
  • 75
  • 94
Jose Luis
  • 81
  • 1
  • 2

1 Answers1

8

Windows do not support tty terminal, and terminado only works if the underlying terminal is a tty. So for now there is not support for terminals on Windows. There is no short-term plan to support terminal either.

Matt
  • 27,170
  • 6
  • 80
  • 74
  • 1
    Pardon me for a basic question, but does this mean ipython notebooks cannot be used in a windows machine? I ask because I have come across a whole lot of blogs and few books that talk about using ipython notebook on windows, none of which clearly address the issue OP and I are having. Thanks for your help! – user2696565 Aug 16 '15 at 17:49
  • 1
    No, only the in-browser terminal tab is unavaillable, which mean that you cannot use the windows command prompt from in browser. The rest works fine. – Matt Aug 16 '15 at 21:53
  • 1
    See also https://github.com/jupyter/notebook/issues/172 – Cees Timmerman Apr 11 '16 at 09:45