kestrel-lang
kestrel-lang copied to clipboard
Hunt flow Visualization
Is your feature request related to a problem? Please describe. Hunt flow is a graph. May want to visualize it to get a better idea of the entire hunt. Jupyter notebook is not good at showing non-linear relations between cells, not to mention the multiple variables in one cell.
Describe the solution you'd like
A new command is welcome to do this. And the implementation can take advantage of the information in VarStruct that tells the dependent variables.
Will check #134 for this.