Creative approaches to problem solving$^1$ in neuroscience using Python
A functional approach to learning code. Why-based in contrast to fact-based.
-
Download MambaForge from https://github.com/conda-forge/miniforge#mambaforge
-
Create an environment
conda create -n imbizo python
-
Install dependencies
pip install matplotlib numpy jupyter
or
pip install -r requirements.txt
or locally on linux
pip install -r requirements --no-index --find-links dependencies/<OS>
where
<OS>
islinux
ormacos
orwindows
.
- https://colab.research.google.com/github/ChrisCurrin/imbizo_2023_creative_approaches/blob/main/1%20-%20the%20neuron.ipynb
- https://colab.research.google.com/github/ChrisCurrin/imbizo_2023_creative_approaches/blob/main/2%20-%20synapses.ipynb
- https://colab.research.google.com/github/ChrisCurrin/imbizo_2023_creative_approaches/blob/main/3%20-%20simulator.ipynb