Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion databook_utils/dandi_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def dandi_download_open(dandiset_id, dandi_filepath, download_loc=None, dandi_ap
if os.path.exists(filepath) and not force_overwrite:
print("File already exists")
else:
download.download(file_url, output_dir=download_loc, dandi_api_key=dandi_api_key)
download.download(file_url, output_dir=download_loc)
print(f"Downloaded file to {filepath}")

print("Opening file")
Expand Down
89 changes: 50 additions & 39 deletions docs/projects/illusion.ipynb

Large diffs are not rendered by default.