From ec8c2b23fb7b270761470e0326b22c7f96483a7e Mon Sep 17 00:00:00 2001 From: Ray Song Date: Sat, 24 Feb 2024 19:22:07 -0800 Subject: [PATCH] Quartz sync: Feb 24, 2024, 7:22 PM --- content/FSM/FSM Week 8 Update.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/FSM/FSM Week 8 Update.md b/content/FSM/FSM Week 8 Update.md index b66a142..6218140 100644 --- a/content/FSM/FSM Week 8 Update.md +++ b/content/FSM/FSM Week 8 Update.md @@ -19,8 +19,7 @@ conda install Graphviz git clone https://github.com/fgmacedo/python-statemachine.git ``` - -All the following changes are based on `examples/interactive_play.py`. +All the following changes are based on `examples/interactive_play.py`. Here is also a [Colab version](https://colab.research.google.com/drive/1TyVxpmU-dnf9RTEJiQWJg2A8s6pbidem?usp=sharing) you can play with. ### Import and Draw Graph ```python