Container pre-built with general and neuroimaging specific python data analysis packages.
1.4K
This is a Docker container pre-built with Python 3 tools you can use for data analysis and workshop demos during the Methods in Neuroscience at Dartmouth summer school 2018.
Free free to contact Eshin (Slack: @ejolly) (email: [email protected]) regarding any issues you run into when setting up or using this container
docker pull ejolly/mind-toolsDesktop to /mnt within the container, so that location is shared between your host OS and the container. Feel free to change Desktop to whatever folder you prefer to share instead, but make sure to provide the full path. The command will also share port 9999 with your host computer so any jupyter notebooks launched from within the container will be accessible at localhost:9999 in your web browserdocker run -it -p 9999:9999 --name MIND -v ~/Desktop:/mnt ejolly/mind-tools root@ prefix in your terminal, if so you've successfully created a container and are running a shell from inside!docker start MIND && docker attach MINDroot@ prefix, letting you know you're inside the containerjp or a new jupyter lab session by typing jl from within the container in the shared folder you specified during setup. Just navigate to localhost:9999 in your web-browser to access them.Desktop in the above example) is located at /mnt within the container. You can interact with these files using normal unix commands (e.g. cd, mv, etc)docker exec -it MIND bashctrl + d from the same terminal you used to launch the container, or docker stop MIND from any other terminalScientific python stack (Anaconda version; e.g. numpy, pandas)
Brain Imaging Analysis Kit
Neurolearn Toolbox
PyMVPA
Hypertools
MNE toolbox
Deep dish
Nelpy
Dask
Nilearn
SuperEEG
HMMLearn
Content type
Image
Digest
Size
3 GB
Last updated
about 8 years ago
docker pull ejolly/mind-tools