Hi all,
On the behalf of the Spyder Project Contributors, I’m pleased to announce the second 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 10 months after Spyder 4.0 beta1 and it includes 2150 commits.
Spyder 4.0 comes with several interesting and exciting new features. The most important ones are:
Main Window
Editor
IPython Console
Variable Explorer
File Explorer
Open With OS
context menu action to all files, to open any file or
directory externally.Outline Explorer
For a 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.0b2
Or you can use pip with this command:
pip install --pre -U spyder
Enjoy!
Carlos