We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77fdbdf commit 5e909f4Copy full SHA for 5e909f4
docs/embargoed/cell_matching.ipynb
@@ -68,7 +68,7 @@
68
},
69
{
70
"cell_type": "code",
71
- "execution_count": 3,
+ "execution_count": null,
72
"id": "e4511768",
73
"metadata": {},
74
"outputs": [],
@@ -82,7 +82,7 @@
82
"# the subject ids should be the same, but the session ids should be different\n",
83
"input_dandi_filepaths = [dandi_filepath_1, dandi_filepath_2]\n",
84
"\n",
85
- "dandi_api_key = \"f9459a77200783c455ec6f3cb0b6cd92fc9fe106\""
+ "dandi_api_key = os.environ['DANDI_API_KEY']"
86
]
87
88
0 commit comments