Ipython notebook files for FlyEM.
These files are mainly designed for internal FlyEM use. Simple or interactive python scripts should be documented and saved into an ipython notebook file. One can view these files http://nbviewer.ipython.org/github/janelia-flyem/notebookscripts/#notebookname# (example: http://nbviewer.ipython.org/github/janelia-flyem/notebookscripts/blob/master/missing_synapses/parse_debug_assignments.ipynb).
- Documentation of small scripts that would otherwise not be versioned or monitored
- Keeping track of how a script was called
- Keeping track of a set of experiments that leverage the same script
- Tutorial for calling a module or package such as Gala
