老九

晕。。。

matplotlib for python not display in sublime-text editor

add "shell": true to Python.sublime-build

{
    "cmd": [
        "C:\\Anaconda3\\python",
        "$file"
    ],
    "selector": "source.python",
    "file_regex": "file \"(...*?)\", line ([0-9]+)",
    "shell": true
}
comments powered by Disqus