This sheet goes along with this SSH YouTube tutorial
$ ssh [email protected]
$ mkdir test
$ cd test
### Step 1: decide space | |
using Agents | |
space = GridSpace((10, 10); periodic = false) | |
### Step 2: make agent type | |
mutable struct SchellingAgent <: AbstractAgent | |
id::Int | |
pos::NTuple{2, Int} | |
group::Int |
$ ssh [email protected]
$ mkdir test
$ cd test
Markdown Preview Enhanced supports rendering flow charts
, sequence diagrams
, mermaid
, PlantUML
, WaveDrom
, GraphViz
, Vega & Vega-lite
, Ditaa
diagrams.
You can also render TikZ
, Python Matplotlib
, Plotly
and all sorts of other graphs and diagrams by using Code Chunk.
Please note that some diagrams don't work well with file exports such as PDF, pandoc, etc.
This feature is powered by flowchart.js.