- Getting Started with Julia
- Ivo Balbaert
- 179字
- 2021-07-23 20:34:07
Installing Sublime-IJulia
The popular Sublime Text editor (http://www.sublimetext.com/3) now has a plugin based on IJulia (https://github.com/quinnj/Sublime-IJulia) authored by Jacob Quinn. It gives you syntax highlighting, autocompletion, and an in-editor REPL, which you basically just open like any other text file, but it runs Julia code for you. You can also select some code from a code file and send it to the REPL with the shortcut CTRL + B, or send the entire file there. Sublime-IJulia provides a frontend to the IJulia backend kernel, so that you can start an IJulia frontend in a Sublime view and interact with the kernel. Here is a summary of the installation, for details you can refer to the preceding URL:
- From within the Julia REPL, install the
ZMQ
andIJulia
packages. - From within Sublime Text, install the
Package Control
package (https://sublime.wbond.net/installation). - From within Sublime Text, install the
IJulia
package from the Sublime command palette. - Ctrl + Shift + P opens up a new IJulia console. Start entering commands, and press Shift + Enter to execute them. The Tab key provides command completion.
推薦閱讀
- Spring 5.0 Microservices(Second Edition)
- Python科學計算(第2版)
- Python從小白到大牛
- 架構不再難(全5冊)
- 編寫高質量代碼:改善C程序代碼的125個建議
- 3D少兒游戲編程(原書第2版)
- Apache Spark 2.x for Java Developers
- Python3.5從零開始學
- 深入剖析Java虛擬機:源碼剖析與實例詳解(基礎卷)
- 深入淺出Go語言編程
- R語言數據可視化:科技圖表繪制
- 零基礎看圖學ScratchJr:少兒趣味編程(全彩大字版)
- Python Social Media Analytics
- Node.js 6.x Blueprints
- 深入大型數據集:并行與分布化Python代碼