Skip to content

Commit

Permalink
Remove dandi api key
Browse files Browse the repository at this point in the history
  • Loading branch information
rcpeene committed Jul 25, 2023
1 parent 3daa750 commit 69dcd3c
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions docs/embargoed/test_2p_responses_embargoed.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"dandiset_id = \"000336\"\n",
"dandi_filepath = \"sub-621603/sub-621603_ses-1194683535-acq-1194752582_ophys.nwb\"\n",
"download_loc = \".\"\n",
"dandi_api_key = \"0bb3196c6d5e115d1adb92853c748c450fb6e78c\""
"dandi_api_key = os.environ[\"DANDI_API_KEY\"]"
]
},
{
Expand All @@ -82,13 +82,6 @@
"id": "fbe059d0",
"metadata": {},
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"A newer version (0.55.1) of dandi/dandi-cli is available. You are using 0.46.6\n"
]
},
{
"name": "stdout",
"output_type": "stream",
Expand Down Expand Up @@ -134,7 +127,7 @@
{
"data": {
"text/plain": [
"dff pynwb.ophys.DfOverF at 0x2367674778720\n",
"dff pynwb.ophys.DfOverF at 0x2169016414560\n",
"Fields:\n",
" roi_response_series: {\n",
" traces <class 'pynwb.ophys.RoiResponseSeries'>\n",
Expand Down

0 comments on commit 69dcd3c

Please sign in to comment.