Scroll to navigation

SPYDER(1) Spyder SPYDER(1)

NAME

spyder - Scientific PYthon Development EnviRonment

SYNOPSIS

spyder [options] [filenames]

DESCRIPTION

Spyder provides:

  • a powerful interactive development environment for the Python language with advanced editing, interactive testing, debugging and introspection features,
  • and a numerical computing environment thanks to the support of IPython (enhanced interactive Python interpreter) and popular Python libraries such as NumPy (linear algebra), SciPy (signal and image processing) or matplotlib (interactive 2D/3D plotting).

OPTIONS

show this help message and exit
run a new instance of Spyder, even if the single instance mode has been turned on (default)
reset configuration settings to defaults
remove all configuration files
optimize the Spyder bytecode (may require administrative privileges)
set the default working directory
do not hide parent console window (Windows)
execute the internal console in a separate thread (from the main application thread)
run spyder in profile mode (for internal testing, not related with Python profiling)
show this string in the main window title
open a Spyder project (directory with a .spyproject folder)

BUGS

If you find a bug, please consider reporting it to the Spyder issue tracker at <https://github.com/spyder-ide/spyder/issues>.

AUTHOR

Ghislain Antony Vaillant <ghisvail@gmail.com>

COPYRIGHT

The Spyder Project Contributors

May 24, 2017 3