Hi all,
On the behalf of the Spyder Project Contributors, I’m pleased to announce the seventh beta of our next major version: Spyder 4.0.
We’ve been working on this version for more than 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 3 days after Spyder 4.0 beta6 and it includes more than 80 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.Debugger
runfile
and runcell
can be called when the debugger is active.Alt+Shift+Return.Variable Explorer
Files
Ctrl/Shift + mouse click.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.0b7
Or you can use pip with this command:
pip install --pre -U spyder
Enjoy!
Carlos