Skip to content

fcollman/neuronex2019

Repository files navigation

Setup instructions

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

About

repo for neuronex workshop

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published