Last active
February 27, 2024 09:34
-
-
Save krassowski/d2bca5272c2499fad68b4f9d7276992b to your computer and use it in GitHub Desktop.
Example Mermaid diagram for Jupyter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
```mermaid | |
flowchart LR | |
A[Hard] -->|Text| B(Round) | |
B --> C{Decision} | |
C -->|One| D[Result 1] | |
C -->|Two| E[Result 2] | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment