SSW 2020 - Julia: Modeling agent-based simulations and network interactions in the Julia programming language



Date 2020-09-14, 14:00-17:00 CEST

Step 1

Get: installation instructions and install Julia along the packages used in the workshop!
Running Jupyter notebook from Julia command line:
#using Pkg; Pkg.add("IJulia") #uncomment if not installed
using IJulia
notebook(dir=".")