Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 653 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 653 Bytes

Project

Machine Learning and Data Analytics Projects

sequenceDiagram
    participant dotcom
    participant iframe
    participant viewscreen
    dotcom->>iframe: loads html w/ iframe url
    iframe->>viewscreen: request template
    viewscreen->>iframe: html & javascript
    iframe->>dotcom: iframe ready
    dotcom->>iframe: set mermaid data on iframe
    iframe->>iframe: render mermaid
Loading
  graph TD;
      A-->B;
      A-->C;
      B-->D;
      C-->D;
Loading