logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

spyder - The Scientific Python Development Environment

Bugs

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

                                                                                                       SPYDER(1)

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).

Name

       spyder - The Scientific Python Development Environment

Options

-h, --help
              show this help message and exit

       --new-instance
              run a new instance of Spyder, even if the single instance mode has been turned on (default)

       --defaults
              reset configuration settings to defaults

       --reset
              remove all configuration files

       --optimize
              optimize the Spyder bytecode (may require administrative privileges)

       -wWORKING_DIRECTORY, --workdir=WORKING_DIRECTORY
              set the default working directory

       --show-console
              do not hide parent console window (Windows)

       --multithread
              execute the internal console in a separate thread (from the main application thread)

       --profile
              run spyder in profile mode (for internal testing, not related with Python profiling)

       --window-title=WINDOW_TITLE
              show this string in the main window title

       -pOPEN_PROJECT, --project=OPEN_PROJECT
              open a Spyder project (directory with a .spyproject folder)

Synopsis

spyder [options] [filenames]

See Also