Where is the Spyder Terminal (yeah, I downloaded it)?

巧了我就是萌 提交于 2021-01-07 02:27:06

问题


I downloaded the Spider Terminal plugin from Github via Anaconda Prompt though, I can't find the Terminal when I boot Spyder -_- .

Does someone know Where it is ?


回答1:


For me it appeared as a tab next to the IPyhton consoles.

You can click View -> Panes -> Terminal to toggle it on and off, that should help you find where it is.




回答2:


For Spyder 4.0.1, you need to install the terminal explicitly using

conda install spyder-terminal -c spyder-ide

Restart spyder and after installation, you'd see View> Panes > Terminal. The Terminal can be seen adjacent to the IPython console and History tab at the bottom.

Checkout this is repo for more info.



来源:https://stackoverflow.com/questions/50909923/where-is-the-spyder-terminal-yeah-i-downloaded-it

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!