├── .gitignore ├── LICENSE ├── README.md ├── notebooks ├── CodingLab1.ipynb ├── CodingLab10.ipynb ├── CodingLab2.ipynb ├── CodingLab3.ipynb ├── CodingLab4.ipynb ├── CodingLab5.ipynb ├── CodingLab6.ipynb ├── CodingLab7.ipynb ├── CodingLab8.ipynb └── CodingLab9.ipynb └── thumbnail.png /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/berenslab/neural_data_science/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/berenslab/neural_data_science/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/berenslab/neural_data_science/HEAD/README.md -------------------------------------------------------------------------------- /notebooks/CodingLab1.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/berenslab/neural_data_science/HEAD/notebooks/CodingLab1.ipynb -------------------------------------------------------------------------------- /notebooks/CodingLab10.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/berenslab/neural_data_science/HEAD/notebooks/CodingLab10.ipynb -------------------------------------------------------------------------------- /notebooks/CodingLab2.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/berenslab/neural_data_science/HEAD/notebooks/CodingLab2.ipynb -------------------------------------------------------------------------------- /notebooks/CodingLab3.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/berenslab/neural_data_science/HEAD/notebooks/CodingLab3.ipynb -------------------------------------------------------------------------------- /notebooks/CodingLab4.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/berenslab/neural_data_science/HEAD/notebooks/CodingLab4.ipynb -------------------------------------------------------------------------------- /notebooks/CodingLab5.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/berenslab/neural_data_science/HEAD/notebooks/CodingLab5.ipynb -------------------------------------------------------------------------------- /notebooks/CodingLab6.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/berenslab/neural_data_science/HEAD/notebooks/CodingLab6.ipynb -------------------------------------------------------------------------------- /notebooks/CodingLab7.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/berenslab/neural_data_science/HEAD/notebooks/CodingLab7.ipynb -------------------------------------------------------------------------------- /notebooks/CodingLab8.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/berenslab/neural_data_science/HEAD/notebooks/CodingLab8.ipynb -------------------------------------------------------------------------------- /notebooks/CodingLab9.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/berenslab/neural_data_science/HEAD/notebooks/CodingLab9.ipynb -------------------------------------------------------------------------------- /thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/berenslab/neural_data_science/HEAD/thumbnail.png --------------------------------------------------------------------------------