AllenSDK icon indicating copy to clipboard operation
AllenSDK copied to clipboard

Add tutorial notebook for accessing VBN raw data

Open bjhardcastle opened this issue 1 month ago • 2 comments

Overview:

Add a notebook to demonstrate how to access raw data for the Visual Behavior Neuropixels project. Covers three different methods:

  1. browsing bucket with a website
  2. using AWS CLI tool to download files
  3. using boto3 to stream files

Type of Fix:

  • [ ] Bug fix (non-breaking change which fixes an issue)
  • [ ] New feature (non-breaking change which adds functionality)
  • [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • [x] Documentation Change

Changes:

  • [ ] adds one .ipynb with embedded images

Validation:

Manually tested code with

  • aws-cli/1.18.69
  • Python/3.8.10
  • Linux/6.1.155-176.282.amzn2023.x86_64
  • botocore/1.16.19

Checklist

  • [x] My code follows Allen Institute Contribution Guidelines
  • [ ] My code is unit tested and does not decrease test coverage
  • [x] I have performed a self review of my own code
  • [ ] My code is well-documented, and the docstrings conform to Numpy Standards
  • [ ] I have updated the documentation of the repository where appropriate
  • [ ] The header on my commit includes the issue number
  • [x] My Pull Request has the latest AllenSDK release candidate branch rc/x.y.z as its merge target
  • [ ] My code passes all AllenSDK tests

Notes:

bjhardcastle avatar Nov 25 '25 02:11 bjhardcastle

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Nov 25 '25 02:11 CLAassistant