问题
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