
First Steps with Spyder — Spyder 5 documentation
Learn the basics of using Spyder’s four main panes. Open and edit a file in Spyder’s Editor. Run a script in the Editor and see the output in Spyder’s IPython Console. Execute basic Python …
Welcome to Spyder’s Documentation — Spyder 5 documentation
Spyder’s documentation provides a variety of resources that will help you learn how to use the application and explore each one of its panes. These include video tutorials, in-depth …
Working with Spyder — Spyder 5 documentation
Learn how to optimize your code using the Profiler. Use the Profiler to find bottlenecks in your programs. Run profiling on a file in the Editor or elsewhere on your machine. Interpret the …
Tour — Spyder 5 documentation
Here you will find an interactive tour that will guide you through Spyder’s interface. You’ll get familiar with the most important parts of the IDE, especially those we’ll be mentioning …
Frequently Asked Questions — Spyder 5 documentation
Q: How do I use plugins with Spyder (e.g. Spyder-Notebook, Spyder-Terminal, Spyder-Unittest)? Spyder plugins are available in the conda-forge conda channel. To install one, type on the …
Help — Spyder 5 documentation
You can use the Help pane to find, render and display rich documentation for any object with a docstring, including modules, classes, functions and methods. This allows you to access …
Install Guide — Spyder 5 documentation
The standalone installers are our recommended method for most users on Windows and macOS, with experimental Linux support under active development. They work like any other IDE, …
Installation — Spyder 3 documentation
You can install Spyder with the pip package manager, which comes by default with most Python installations. Before installing Spyder itself by this method, you need to acquire the Python …
Scientific Computing and Visualization with Spyder
Understand how to use Spyder’s built-in scientific computing tools. Learner profile# This workshop is intended for people who want to learn how to answer questions scientifically from a dataset. …
IPython Console — Spyder 5 documentation
Any IPython Console, whether external or started by Spyder, supports: Automatic code completion. Real-time function calltips. Full GUI integration with the enhanced Spyder …