tree: fabbe601d48f2fac1a54151c6ca710a4964121b4
  1. __init__.py
  2. application.py
  3. notebook.ipynb
  4. README.md
  5. requirements.txt
  6. statemachine.png
  7. statemachine_initial.png
  8. statemachine_safe.png
examples/simple-chatbot-intro/README.md

Example that goes with introductory blog post.

🏃Quick start

pip install "burr[start]" jupyter

Run the notebook:

jupyter notebook

Then open notebook.ipynb and run the cells. Or