Checkout this repository, navigate to repository directory in terminal.
Install anaconda3.
Setup a a new python 3.7 conda environment
conda create -n neuronex python==3.7 pyembree matplotlib numpy pandas jupyter PyTables ipython
install some more dependancies
pip install -r requirements.txt
register your conda environment for jupyter
python -m ipykernel install --user --name neuronex --display-name "neuronex"
start up jupyter
jupyter notebook