TextCell — add_text()

Title

Text with bold, italic, LaTeX: $E = mc^2$ and markdown list:

  • item 1
  • item 2
  • item 3
    • item 3.1

Source: internal report

MetricCell — add_metric()

98.7
Efficiency (%)
▲ 2.3 vs previous month
142
Incidents
▼ -18 vs previous month
4.8
NPS

TableCell — add_table()

Component Jan Feb Mar
Motor A 98.1 97.8 98.7
Motor B 94.3 95.1 96.2
Pump C 91.0 90.4 91.3

ImageCell — add_image()

Fig. 1 — Click to open the lightbox (zoom / pan)

Fig. 1 — Click to open the lightbox (zoom / pan)

ImageSliderCell — add_image_slider()

Original

Original

Strake a

Strake a

Strake b

Strake b

Visual inspection — 3 samples (use the arrows)

ListCell — add_list()

  1. Analysis
  2. Design
  3. Implementation
  4. Testing

Project phases

  • Analysis
  • Design
    • UX
    • Backend
    • Database
  • Implementation

With sub-levels

CodeCell — add_code()

def hello():
    return 'world'


if __name__ == '__main__':
    print(hello())

PlotlyCell — add_plotly()

Iris Dataset (interactive)

MermaidCell — add_mermaid()

---
title: Simple sample
---
stateDiagram-v2
    [*] --> Still
    Still --> [*]
    Still --> Moving
    Moving --> Still
    Moving --> Crash
    Crash --> [*]
pie showData
    title Key elements in Product X
    "Calcium" : 42.96
    "Potassium" : 50.05
    "Magnesium" : 10.01
    "Iron" : 5
gantt
    title A Gantt Diagram
    dateFormat YYYY-MM-DD
    section Section
        A task          :a1, 2014-01-01, 30d
        Another task    :after a1, 20d
    section Another
        Task in Another :2014-01-12, 12d
        another task    :24d

HtmlCell — add_html()

Deploy v2.4.1 — successful
All regions live · 0 errors detected
⚠️
Node 3 — memory at 87%
Consider scaling or restarting
🔴
DB timeout — us-east-1
Failover in progress · ETA 3 min

IframeCell — add_iframe()

Embedded interactive map (requires an internet connection)

EmptyCell — add_empty()

42
KPI

Text