spyder install code example
Example 1: install spyder conda
conda install -c anaconda spyder
Example 2: download spyder without anaconda
1. python -m pip install pyqt5
2. python -m pip install spyder
3. python -m pip install PyQtWebEngine
4. spyder3 (to launch spyder)