From ef4e735b38cbf25469235150b55bc3104cf4922a Mon Sep 17 00:00:00 2001 From: Hector Perez Date: Tue, 21 Jun 2022 18:06:16 +0200 Subject: [PATCH] Add missing word in the VM introspection notebook (#1236) --- lib/livebook/notebook/explore/kino/vm_introspection.livemd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/livebook/notebook/explore/kino/vm_introspection.livemd b/lib/livebook/notebook/explore/kino/vm_introspection.livemd index 52a5b5d0c..ea69bfe36 100644 --- a/lib/livebook/notebook/explore/kino/vm_introspection.livemd +++ b/lib/livebook/notebook/explore/kino/vm_introspection.livemd @@ -144,7 +144,7 @@ and take the most memory. ## Tracking memory usage -So far we have used VegaLite to draw static plots. However, we can +So far we have used VegaLite to draw static plots. However, we can use Kino to dynamically push data to VegaLite. Let's use them together to plot the runtime memory usage over time.