From a3ef03921a9a21bf04211f2e3e62587fd2af8cda Mon Sep 17 00:00:00 2001 From: Chris Alexiuk Date: Wed, 15 Jan 2025 16:07:19 -0500 Subject: [PATCH] Removing small references from heatmap script --- scripts/ai-heatmap.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/ai-heatmap.ipynb b/scripts/ai-heatmap.ipynb index 9553adb..c006cbf 100644 --- a/scripts/ai-heatmap.ipynb +++ b/scripts/ai-heatmap.ipynb @@ -185,7 +185,7 @@ "1. Export your Claude conversations.\n", " - From your Claude account, go to Settings -> Account -> Data -> Export data\n", "2. Unzip the downloaded data\n", - "3. Point `claude_convs` to your exported directory" + "3. Point `claude_convo_folder` to your exported directory" ] }, { @@ -195,7 +195,7 @@ "metadata": {}, "outputs": [], "source": [ - "claude_convo_folder = \"export_claude\"" + "claude_convo_folder = ''" ] }, {