Hom's Blog


SublimeREPL使用

发现Anaconda并不好用…并不能真正运行并且显示出交互效果. 所以转着试试SublimeREPL, 一个支持多语言的IDLE.

Packages/User/Default (OSX).sublime-keymap

[
    { "keys": ["super+ctrl+m"], "command": "markdown_preview", "args": { "target": "browser"} },
    {"keys":["f5"],
        "caption": "SublimeREPL: Python - RUN current file",
        "command": "run_existing_window_command", "args":{
            "id": "repl_python_run",
            "file": "config/Python/Main.sublime-menu"
        }
    },
    {"keys":["f4"],
        "caption": "SublimeREPL: Python - IPython",
        "command": "run_existing_window_command", "args":{
            "id": "repl_python_ipython",
            "file": "config/Python/Main.sublime-menu"
        }
    }
]


◆ 本文地址: http://platinhom.github.io/2015/12/07/sublimeREPL/, 转载请注明 ◆

前一篇: Sublime:gist
后一篇: MBI workshop4:Mathematical Challenges in Drug and Protein Design


Contact: Hom / 已阅读()
Source 类别: IT  标签: IDE