Removing small references from heatmap script
This commit is contained in:
parent
33e97b7059
commit
a3ef03921a
1 changed files with 2 additions and 2 deletions
|
|
@ -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 = ''"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue