Skip to content

Commit 5e909f4

Browse files
committed
remove fake dandi token;
1 parent 77fdbdf commit 5e909f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/embargoed/cell_matching.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
},
6969
{
7070
"cell_type": "code",
71-
"execution_count": 3,
71+
"execution_count": null,
7272
"id": "e4511768",
7373
"metadata": {},
7474
"outputs": [],
@@ -82,7 +82,7 @@
8282
"# the subject ids should be the same, but the session ids should be different\n",
8383
"input_dandi_filepaths = [dandi_filepath_1, dandi_filepath_2]\n",
8484
"\n",
85-
"dandi_api_key = \"f9459a77200783c455ec6f3cb0b6cd92fc9fe106\""
85+
"dandi_api_key = os.environ['DANDI_API_KEY']"
8686
]
8787
},
8888
{

0 commit comments

Comments
 (0)