- 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.
推薦閱讀
- Learning LibGDX Game Development(Second Edition)
- TypeScript入門與實戰
- Android Jetpack開發:原理解析與應用實戰
- Hands-On Machine Learning with scikit:learn and Scientific Python Toolkits
- 程序員面試筆試寶典
- 認識編程:以Python語言講透編程的本質
- Hands-On Microservices with Kotlin
- Haxe Game Development Essentials
- Learning Zurb Foundation
- Creating Stunning Dashboards with QlikView
- Kubernetes源碼剖析
- Building Serverless Web Applications
- 交互式程序設計(第2版)
- Python網絡爬蟲實例教程(視頻講解版)
- Python機器學習開發實戰