what is the ipython notebook “Terminals” menu option

后端 未结 4 1889
日久生厌
日久生厌 2020-12-29 04:40

I am running ipython notebook on my OSX machine and/or my ubuntu 14.04 machine. I am using ipython 3.0.0, and ipython (jupyter) notebooks.

When I start an ipython n

4条回答
  •  臣服心动
    2020-12-29 05:40

    IPython/Jupyter appears to support browser-based interactive terminal sessions. This is enabled on my machine by installing the terminado package with pip or conda. This fixes the "Terminals Unavailable" message on the drop-down, and lets me start up a (bash) terminal session in a new tab.

    See this commit: IPython on GitHub

提交回复
热议问题