'Where is the Spyder Terminal (yeah, I downloaded it)?
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 ?
Solution 1:[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.
Solution 2:[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.
Solution 3:[3]
If you have Anaconda Prompt, you can change working directory to the project you are working on. Then you can write all the commands in anaconda prompt. No need for terminal.
Unfortunately, unlike PyCharm, Spyder does not have default terminal.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | pteehan |
Solution 2 | Saurabh Jain |
Solution 3 | ashik acharya |