From 3f8d1585d955b502318b5efd4694c6715e15db41 Mon Sep 17 00:00:00 2001 From: KyleWynne <69371846+KyleWynne@users.noreply.github.com> Date: Thu, 23 Mar 2023 16:42:20 -0700 Subject: [PATCH] Added collab link added a link to a google collab where the example code from the readme is implemented and can be changed or played around with by users who make their own copy --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f02dbe7..6df7136 100644 --- a/README.md +++ b/README.md @@ -194,3 +194,7 @@ jtu.tree_leaves(StaticExample()) ## Performance 🏎 Preliminary benchmarks can be found in: https://github.com/Daniel-Dodd/mytree/blob/master/benchmarks/benchmarks.ipynb + +## Collab Example +a google collab file with all of the above code segments can be found at https://colab.research.google.com/drive/1sQCvCkwp2Pi2K8BkF1evdZZpiJGC-Nqk?usp=sharing +