Hi all,
On the behalf of the Spyder Project Contributors, I’m pleased to announce the fourth beta of our next major version: Spyder 4.0.
We’ve been working on this version for almost three years now and as far as we know it’s working very well. There are still several bugs to squash but we encourage all people who like the bleeding edge to give it a try. This beta version is released 5 weeks after Spyder 4.0 beta3 and it includes more than 400 commits.
Spyder 4.0 comes with several interesting and exciting new features. The most important ones are:
Main Window
Static code analysis
to Code AnalysisFile explorer
to FilesFind in files
to FindHistory log
to HistoryProject explorer
to ProjectEditor
Source > Show selector for classes and functions.IPython Console
runcell.Variable Explorer
Files
Open externally
to all files to open them with the default program
associated with the file type.Outline
For a more complete list of changes, please see our changelog
You can easily install this beta if you use Anaconda by running:
conda update qt pyqt
conda install -c spyder-ide spyder=4.0.0b4
Or you can use pip with this command:
pip install --pre -U spyder
Enjoy!
Carlos