Skip to content

Instantly share code, notes, and snippets.

View Saksham20's full-sized avatar

Saksham Sharda Saksham20

  • India
View GitHub Profile
## set up env via bash:
conda create -n stream_nwb -c conda-forge -y python=3.7 hdf5=1.12.0 jupyter pip
conda activate stream_nwb
pip install nwbwidgets
pip install git+https://github.com/NeurodataWithoutBorders/pynwb
pip install git+https://github.com/hdmf-dev/hdmf
git clone https://github.com/satra/h5py.git
cd h5py
HDF5_DIR=~/Users/bendichter/opt/anaconda3/envs/stream_nwb/ pip install --force-reinstall --no-binary=h5py .