-
Notifications
You must be signed in to change notification settings - Fork 6
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
ENH: Conversion from *AcqKnowledge* to BIDS #318
Conversation
dc2009e
to
e656b0b
Compare
# - mkpdfs: | ||
# company: Lausanne University Hospital (CHUV) | ||
# author: The Axon Lab | ||
# toc_title: Table of Contents | ||
# design: design/report.css | ||
# output_path: pdf/documentation.pdf |
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.
Let me sneak this in, otherwise development is super slow
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.
I just did a quick check for now, here are some suggestions:
-
I would suggest renaming the notebook with underscores instead of spaces.
-
Also, I tried to
mkdocs serve
and got the error below, could it be a missing dependancy ?
jinja2.exceptions.UndefinedError: 'mermaid_js' is undefined
EDIT: Looks like there's a known bug with mkdocs-jupyter
0.24.3+ (see danielfrg/mkdocs-jupyter#176) – I would suggest to force using 0.24.2 which worked for me.
- On my local
mkdocs serve
, the latex math rendering with$
did not render properly (e.g.,$t=0$
)
Co-authored-by: Alexandre Cionca <43985138+acionca@users.noreply.github.com>
Co-authored-by: Alexandre Cionca <43985138+acionca@users.noreply.github.com>
I think you need material >= 8.2.0 (https://squidfunk.github.io/mkdocs-material/changelog/#8.2.0)
Let's open an issue for this somewhere else |
This PR concludes the conversion from AcqKnowledge into BIDS:
Relates-to: #120.