From 17095add1fecca4db1561d995606138e629a3355 Mon Sep 17 00:00:00 2001 From: Jason Ken Adhinarta <35003073+jasonkena@users.noreply.github.com> Date: Wed, 31 Jul 2024 14:50:02 -0400 Subject: [PATCH] added demo video --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 429b5c9..f66b09c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # MagicPickle +[magicpickle_demo.webm](https://github.com/user-attachments/assets/5db0f63c-f44b-485d-b67e-97266f691d99) + `magicpickle` allows you to transfer pickled representations of objects between local and remote instances of scripts, providing a near-seamless way to write code which both accesses data stored remotely and visualizes it locally. This avoids the need to: - store, load, and sync intermediate data representations between local and remote machines - use X11 forwarding/VNC with noticable latency