V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
silkriver
V2EX  ›  Python

Spyder 4 已发布~

  •  
  •   silkriver · 2019-12-07 13:27:57 +08:00 · 810 次点击
    这是一个创建于 1574 天前的主题,其中的信息可能已经有所发展或是发生改变。

    conda install spyder=4.0.0 即可安装 https://github.com/spyder-ide/spyder/releases/tag/v4.0.0

    Spyder 4.0.0
    
    Important Notes:
    
        If you are new to Python or the Scientific Python ecosystem, we strongly recommend you to install and use Anaconda. It comes with Spyder and all its dependencies, along with the most important Python scientific libraries (i.e. Numpy, Pandas, Matplotlib, IPython, etc) in a single, easy to use environment.
        We also support pip, but please be aware that pip installations are for advanced users with good knowledge of all Spyder dependencies. Because of that, all installation problems you encounter are expected to be solved by you, so please don't ask us for help.
    
    Spyder 4 comes with several interesting and exciting new features. The most important ones are:
    
        Main Window
            Dark theme for the entire application.
            A new Plots pane to browse all inline figures generated by the
            IPython console.
            Rename the following panes:
                Static code analysis to Code Analysis
                File explorer to Files
                Find in files to Find
                History log to History
                Project explorer to Project
            Create a separate window when undocking all panes.
            Show current conda environment (if any) in the status bar.
    
        Editor
            Code folding.
            Indentation guides.
            A class/method/function lookup panel. This can be shown in the menu
            Source > Show selector for classes and functions.
            Autosave functionality to recover unsaved files after a crash.
            Optional integration with the Kite completion
            engine.
            Code completion and linting are provided by the Python Language Server.
    
        IPython Console
            Run files in an empty namespace.
            Open dedicated consoles for Pylab, Sympy and Cython.
            Run cells through a new function called runcell.
            Run cells by name.
    
        Debugger
            Code completion.
            Execute multi-line statements.
            Syntax highlighting.
            Permanent history.
            runfile and runcell can be called when the debugger is active.
            Debug cells with Alt+Shift+Return.
    
        Variable Explorer
            New viewer to inspect any Python object in a tree-like representation.
            Filter variables by name or type.
            MultiIndex support in the Dataframe viewer.
            Support for all Pandas indexes.
            Support for sets.
            Support for Numpy object arrays.
            Restore the ability to refresh it while code is being executed.
    
        Files
            Associate external applications to open specific file extensions.
            Context menu action to open files externally.
            Multi-select functionality with Ctrl/Shift + mouse click.
            Copy/paste files and their absolute or relative paths.
            Use special icons for different file types.
    
        Outline
            Show cells grouped in sections.
            Add default name to all cells.
    
        You can easily install this version if you use Anaconda by closing Spyder and then running the following command in a system terminal (Anaconda Prompt on Windows, xterm on Linux or Terminal.app on macOS):
    
        conda install spyder=4.0.0
    
        Or you can use pip with this command in a system terminal (cmd.exe on Windows, xterm on Linux or Terminal.app on macOS):
    
        pip install --pre -U spyder
    
        Note: Do not use this command if you are using Anaconda because it could break your installation.
    
    For the full list of closed issues and merged pull requests in this release, please see our Changelog.
    
    1 条回复    2019-12-07 21:05:50 +08:00
    lalalakakaka
        1
    lalalakakaka  
       2019-12-07 21:05:50 +08:00
    很喜欢 spyder,算是一种传统编程和 REPL 环境的折衷,很适合单文件脚本的开发调试~
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2888 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 25ms · UTC 11:22 · PVG 19:22 · LAX 04:22 · JFK 07:22
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.