App link: https://lmmonboard.ucdavis.edu/
Install Julia 1.5.4 and Python 3.
It's noted that Teach_LMM
currently doesn't support the latest Julia 1.6.
ln -s /Applications/Julia-1.5.app/Contents/Resources/julia/bin/julia /usr/local/bin/julia
# Download Teach_LMM
git clone https://github.com/Poissonfish/Teach_LMM
# Install dependencies
python3 -m pip install bokeh numpy pandas julia
using Pkg
Pkg.add(["JWAS", "CSV"])
import julia
julia.install()
In shell, navigate to the folder Teach_LMM
and run Bokeh
cd Teach_LMM
bokeh serve --show myapp