see the output of the notebook here: http://nbviewer.jupyter.org/gist/100ideas/ac4d39e1fd10824459a941e4c653f8b9/coral-d3-plasmid.ipynb
sources:
process:
- spend way too long figuring out undocumented config problems with "official" coral dockerhub image
- (dockerfile is missing; docker image 'cmd' doesn't launch jupyter automatically; coral is out of date; not configured to allow connections except localhost; bleh. just make a new dockerfile next time)
- clone klavinslab/coral for tutorial files local to jupyter
- run local jupyter notebook (python 2.7 kernel)
python2 -m ipykernel install -m pip install ipykernel --upgrade
- commands as below