-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #152 from spinal-cord-7t/mb/jb
Convert notebook to jupyter books with outputs and host on GitHub pages
- Loading branch information
Showing
6 changed files
with
150 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Book settings | ||
# Learn more at https://jupyterbook.org/customize/config.html | ||
|
||
title: "Multi-center benchmarking of cervical spinal cord RF coils at 7 T: A traveling spines study" | ||
author: NeuroPoly Lab | ||
|
||
# Force re-execution of notebooks on each build. | ||
# See https://jupyterbook.org/content/execute.html | ||
execute: | ||
execute_notebooks: force | ||
|
||
launch_buttons: | ||
notebook_interface: jupyterlab | ||
binderhub_url: https://mybinder.org | ||
|
||
|
||
# Information about where the book exists on the web | ||
repository: | ||
url: https://github.com/coil-qc-code/coil-qc-code # Online location of your book | ||
branch: mb/jb # Which branch of the repository should be used when creating links (optional) | ||
|
||
only_build_toc_files: true | ||
|
||
execute: | ||
timeout: 36000 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Table of contents | ||
# Learn more at https://jupyterbook.org/customize/toc.html | ||
|
||
format: jb-book | ||
root: README.md | ||
chapters: | ||
- file: data_processing-human.ipynb | ||
- file: data_processing-phantom.ipynb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
jupyter-book==0.13.0 | ||
jupyter-book | ||
lxml_html_clean | ||
plotly | ||
seaborn | ||
|