Skip to content

Alba-Intelligence/DataVisualization.jl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DataVisualization

CI codecov.io

Start julia with julia --project=app and include app/main.jl to start the interface on 127.0.0.1:9000/.

⚠️ The settings in the app/main.jl file demo include a wild card, which is insecure on a server, as it can run arbitrary code. If you are serving the app publicly, do not include :Wildcard among the options.

Compilation

DataVisualization.jl can be compiled to a stand-alone app as follows:

using PackageCompiler
create_app("path/to/DataVisualization", "path/to/new/app/folder",
    include_transitive_dependencies=false)

⚠️ To work this requires checking out some specific branches of packages (should be resolved in the near future).

For instance, provided PackageCompiler is installed in the global environment, one can navigate to the root folder of this repository and run

julia -q --project

julia> using Pkg, PackageCompiler

julia> Pkg.add(url="https://github.com/JuliaPlots/GraphMakie.jl", rev="pv/bumpmakie")

julia> Pkg.add(url="https://github.com/JuliaPlots/Makie.jl", rev="master")

julia> create_app(".", "AppFolder", include_transitive_dependencies=false)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 87.0%
  • Julia 7.0%
  • CSS 6.0%