From 369acec51163dd9272ce5068e12e2410052c4181 Mon Sep 17 00:00:00 2001 From: p-zach Date: Mon, 14 Apr 2025 20:03:32 -0400 Subject: [PATCH] Fix DBT --- python/gtsam/examples/DiscreteBayesTree.ipynb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/python/gtsam/examples/DiscreteBayesTree.ipynb b/python/gtsam/examples/DiscreteBayesTree.ipynb index f980a22c0..90fbac747 100644 --- a/python/gtsam/examples/DiscreteBayesTree.ipynb +++ b/python/gtsam/examples/DiscreteBayesTree.ipynb @@ -43,8 +43,7 @@ }, "outputs": [], "source": [ - "# This needs gtbook:\n", - "% pip install --quiet gtbook" + "%pip install --quiet gtsam-develop" ] }, {