-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Examples typos #449
Examples typos #449
Conversation
📚 Documentation |
good idea to make the use of T_1 consistent in the examples -- but in all equations it should be |
Okay, I'll replace the notation in all examples then. |
I also added subscript notations for the graphs. Should be ready to merge so far. |
maybe not change the title of the notebooks because these titles are used in the docu as doctree entries which does not support latex formatting. |
They actually kinda do, but not on the top level. I guess there is some option to force the TeX display mode. If you check on of the examples. So I believe there is some page-specific display-/parse-mode which was automatically enabled in the page with the markdown notebook and was not enabled in the examples' table of content. I'll check if there is some magic hint to force the page be displayed as markdown. |
I found a much better solution. With the |
They way it is know allows for all the notebooks to be run in parallel. Maybe nbspinx offers this now too? |
They promise to allow threads with |
Btw: We will still need a conversion from py to ipynb & commit, as we want to keep the notebooks available in the repo as well. |
This seems not to be true. The execution of the notebooks is indeed not parallel and lasts approx. 3 minutes on my pc. Then it would be more reasanoble to perform the step with the |
My 2cents: On your local machine at home, the total time might be dominated by the data download.. |
This is done so far and awaits #469 to pass the github action since |
For me, the requirement of a non-pip binary is a blocker here. Does the switch to nbshinx really have such advantages that it is worth the hassle? Can you maybe first fix the issues with the notebooks you noticed (and maybe also change the code to s instead of ms, this would fix and there open issue #462). And then we can push the overhaul of the action a bit into the future and talk about it and the advantages your approach has first. |
Try pypandoc-binary |
Do I understand this correctly that remote builds still use papermill to execute (potentially giving us a way to include non public data), but local builds also work and execute the notebooks using nbshinx? I would add the pandoc binaries as a requirement instead of apt to the docker. this way building just works after a pip install locally. |
Still, consider splitting this in two parts:
|
consider adding yourself to the pyproject.toml author list |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good!
- add yourself to the author list in pyproject.toml
- minor nitpick: in the plots, add a unit to the colorbars for T1 and T2*
The T1 mapping using radial golden angle data does not lead to good results anymore. |
The other two quantitative notebooks also don't work anymore.. -> wait for #535 to fix this |
I don't consider the changes done to worth it. They are primary cosmetic.
TBD |
Of course your decison. |
@lrlunin: |
Fix issues caused by the switch to SI units.
Use new qmri challenge dataset
Use latex in notebooks
Closes #459
Closes #462