sct-pipeline / binder-example

Example of end-to-end processing pipeline: from Dicom data to MR quantitative results.
MIT License
1 stars 1 forks source link

[NEW] Jupyter notebook of pipeline #8

Open mathieuboudreau opened 5 years ago

mathieuboudreau commented 5 years ago

Resolves #2

MyBinder link pointing to the notebook & this branch: https://mybinder.org/v2/gh/sct-pipeline/binder-example/jupyter?urlpath=lab/tree/batch_processing.ipynb

Reminder: If any changes are done in this branch (e.g. in notebook), MyBinder needs to rebuild the Dockerfile (otherwise clicking the link above will only load the previously built Docker image, i.e. without the new changes). The easiest (and unfortunatly, not clean) way to do this is to add a space before the backward slash on this line of the Dockerfile (this change in the RUN stage is recognised by MyBinder, and thus this entire stage and all the following ones are rebuilt).

Changes done so far:

At this point, @jcohenadad maybe you could give offer guidance on what other plots (if any) you think would be useful to visualise in such a pipeline, how you want to display your final results, and some documentation (before the pipeline, at each step, and/or at the figures/results).