tree: d531771de1df4f1da817c63d10aefc59efa98d34 [path history] [tgz]
  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