Removing small references from heatmap script

This commit is contained in:
Chris Alexiuk 2025-01-15 16:07:19 -05:00
parent 33e97b7059
commit a3ef03921a

View file

@ -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 = ''"
]
},
{