Skip to content

Instantly share code, notes, and snippets.

@multidis
Last active August 29, 2015 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save multidis/fdfb8842f10f86c149b6 to your computer and use it in GitHub Desktop.
Save multidis/fdfb8842f10f86c149b6 to your computer and use it in GitHub Desktop.
LightTable IDE for Julia language with JunoLT plugin. Gadfly graphics built-in! Ubuntu 12.04 and 14.04 setup.

Simplified setup (14.04)

Simply download the complete 64 bit Juno bundle and run the executable after unpacking.

Previously used procedure (12.04)

  1. LightTable https://github.com/LightTable/LightTable download Linux 64bit here, unpack and run LightTable bash script
  2. In Julia console: Pkg.add("Jewel"), Pkg.add("Gadfly"), Pkg.update()
  3. Proceed with Juno plugin installation instructions
  4. (Optional) Personal preference: user.behaviors: :app [(:lt.objs.style/set-skin "light"), (:lt.objs.style/set-theme "neat"), also in app-section add (:lt.objs.sidebar.workspace/workspace.open-on-start)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment