Handling spyder with anaconda ! Point to remember!
- vidyakamath1004
- Dec 2, 2022
- 1 min read
Updated: Dec 3, 2022
While using the spyder installed using the anaconda distribution, it is always good to update your spyder using conda rather than using pip command. The following commands will be useful in case you want to update your spyder software.
conda update anaconda
conda install spyder=5.3.3


Comments