Lecture materials and exercises for the Princeton Neuroscience Institute's 2023 Graduate Student Bootcamp.
To download this code, you can either check out this repository with git
, by doing the following
git clone https://github.com/PrincetonUniversity/pni_bootcamp_2023.git
Or you can simply download the code as a zip file by clicking here. You can see other options by click on the green Code
button above.
If you've already checked out the WIP repo, you'll need to take a few steps to change over to this repo, but everything else should work because they have a shared history.
git remote remove origin
git remote add origin [email protected]:PrincetonUniversity/pni_bootcamp_2023.git