% nbpreview --theme material --image-drawing block notebook.ipynb
      ╭───────────────────────────────────────────────────────────────────────╮
[20]:df.head()                                                             │
      ╰───────────────────────────────────────────────────────────────────────╯

[20]:  🌐 Click to view HTML

[20]:       sepalLength   sepalWidth   petalLength   petalWidth   species
       ───────────────────────────────────────────────────────────────────
        0           5.1          3.5           1.4          0.2    setosa
        1           4.9          3.0           1.4          0.2    setosa
        2           4.7          3.2           1.3          0.2    setosa
        3           4.6          3.1           1.5          0.2    setosa
        4           5.0          3.6           1.4          0.2    setosa

      ╭───────────────────────────────────────────────────────────────────────╮
[21]:df.pipe(                                                              │
      │     (sns.kdeplot, "data"),                                            │
      │     x="petalLength",                                                  │
      │     hue="species",                                                    │
      │     fill=True,                                                        │
      │     alpha=1,                                                          │
      │ )                                                                     │
      ╰───────────────────────────────────────────────────────────────────────╯

[21]:  <AxesSubplot:xlabel='petalLength', ylabel='Density'>

       🖼 Click to view Image

                   ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
                 ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
                                                         ▀▀
                  ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀  ▀▀
                                                         ▀▀  
                ▀▀▀▀ ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
                                                            
                 ▀▀▀▀ ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
               ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
                                                                        
                ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
                                                                        
                 ▀▀▀ ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ 
                                                                     
                ▀▀▀ ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
                                         ▀▀               
                  ▀▀ ▀▀▀▀▀▀▀▀▀▀     ▀▀▀▀▀▀▀▀▀▀▀
                  ▀▀▀▀▀▀▀▀▀▀▀             ▀▀▀▀▀▀▀▀
                       ▀▀▀▀    ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀      
                ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
                                                                       
                                                                       

                                           ▄▄
                                           

      ╭───────────────────────────────────────────────────────────────────────╮
 [6]:VegaLite(                                                             │
      │     {                                                                 │
      │         "$schema": "https://vega.github.io/schema/vega-lite/v5.json", │
      │         "width": 300,                                                 │
      │         "height": 200,                                                │
      │         "data": {                                                     │
      │             "url": "https://raw.githubusercontent.com/vega/vega-data… │
      │         },                                                            │
      │         "mark": "area",                                               │
      │         "encoding": {                                                 │
      │             "x": {"timeUnit": "yearmonth", "field": "date", "axis":  │
      │             "y": {"aggregate": "sum", "field": "count"},              │
      │             "color": {"field": "series", "scale": {"scheme": "catego… │
      │         },                                                            │
      │     }                                                                 │
      │ )                                                                     │
      ╰───────────────────────────────────────────────────────────────────────╯

       📊 Click to view Vega chart

         ▀▀ ▀▀▀▀▀▀▀▀▀▀▀▀ ▀▀ ▀▀ ▀▀▀▀▀▀                
         ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀            
                                                          
                                                     
                                                      
        ▀▀ ▀▀▀ ▀▀▀▀▀▀ ▀▀▀ ▀▀ ▀▀ ▀▀           
                                           
                             
             ▀▀  
            
          ▀▀ 
                       
                
             ▀▀ 
                                  
                 
       ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀