Skip to content

Commit be40e24

Browse files
committed
remove use of dandi api key for dc nb
1 parent 0751de0 commit be40e24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/projects/dendritic_coupling.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1911,7 +1911,7 @@
19111911
],
19121912
"source": [
19131913
"# This can sometimes take a while depending on the size of the file\n",
1914-
"io = dandi_download_open(dandiset_id, dandi_movie_filepath, download_loc, dandi_api_key=dandi_api_key)\n",
1914+
"io = dandi_download_open(dandiset_id, dandi_movie_filepath, download_loc)\n",
19151915
"nwb = io.read()"
19161916
]
19171917
},

0 commit comments

Comments
 (0)