NOTtheMessiah / Escher.jl-oldfork

Web UIs in pure Julia

Home Page:https://shashi.github.io/Escher.jl/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Escher

A toolkit for great-looking interactive Web UIs in Julia.

Read the overview.

Installation

In a Julia REPL, run:

Pkg.add("Escher")

You might want to link escher executable to /usr/local/bin or somewhere in your PATH:

ln -s ~/.julia/v0.4/Escher/bin/escher /usr/local/bin/

Usage

From a directory in which you want to serve Escher UI files, run:

<Escher-package-path/bin>/escher --serve

This will bring up a web server on port 5555. The examples/ directory in Pkg.dir("Escher") contains a few examples. After runnnig the escher server from this directory, you can visit http://localhost:5555/<example-file.jl> to see the output of <example-file.jl>. Note that examples containing plots may take a while to load the first time you visit them.

See escher --help for other options to the exectuable.

About

Web UIs in pure Julia

https://shashi.github.io/Escher.jl/

License:Other


Languages

Language:Julia 78.3%Language:HTML 15.2%Language:CSS 5.4%Language:JavaScript 0.7%Language:Makefile 0.4%