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 conda activate imbizo
-
Install dependencies
pip install matplotlib numpy jupyter
or
pip install -r requirements.txt