This repository includes a collection of Stipple demo application.
-
Download or clone demos repo
-
Open a Julia REPL (Start Julia from Start menu, app launcher, terminal, Applications folder, etc)
-
cd
to the demos folder. Ex: `julia> cd("<path_to_demos_folder_>") -
Go into package management mode and run
pkg> activate .
andpkg> instantiate
(typejulia> ]
to enterpkg
mode)
-
Open a Julia REPL (Start Julia from Start menu, app launcher, terminal, Applications folder, etc)
-
cd
to the demos folder. Ex: `julia> cd("<path_to_demos_folder_>") -
Activate the environment - press
]
to go intopkg>
mode and run
pkg> activate .
then exit pkg>
mode (via Ctrl+C or backspace until the cursor changes from pkg>
to julia>
)
- Run:
julia> include("IrisClustering.jl") # swap "IrisClustering.jl" with any other demo
Upon starting the application, a browser window should automatically open with the demo dashboard.