-
Notifications
You must be signed in to change notification settings - Fork 37
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
Data - Querying #365
Data - Querying #365
Conversation
Heya, so the actual commit changes you made look good cheers 👍 But to quickly answer some questions (and I will look into the others):
So yes myst-nb converts it to a notebook (as explained here: https://myst-nb.readthedocs.io/en/latest/use/markdown.html), and you can also do this manually using jupytext, basically install it then: BUT, at present because executions is turned off, you don't get any outputs 😬: Line 398 in 51b065d
It was using this script before: https://github.com/aiidateam/aiida-tutorials/blob/tutorial-2021-intro-week/docs/scripts/make_notebook.py, together with the makefile: Line 19 in 51b065d
I will look into that.
I would generally always use the latter
Most of this is noted in https://github.com/aiidateam/aiida-tutorials/wiki/Moving-to-using-MyST-Markdown; with https://jupyterbook.org/reference/cheatsheet.html and https://github.com/executablebooks/rst-to-myst being two resources for conversion |
No, removing the backticks is consistent with the rest of the tutorial 👍
@chrisjsewell is on that. 😁
I'd use
This appendix has not been added yet. I'll look into reinstating the appendices (#379), but you can remove that line for now.
You mean the note that imports the data? This one is only necessary in case they haven't imported the archive in the "Organising your data" section yet. I'd rephrase this as follows: :::{important}
This section relies on a specific dataset of previously run calculations.
If you have already imported the data set from the "Organising your data" module, you should be good to go!
If not, you can use the following command to import the required calculations:
```{code-block} console
$ verdi archive import https://object.cscs.ch/v1/AUTH_b1d80408b3d340db9f03d373bbde5c1e/marvel-vms/tutorials/aiida_tutorial_2020_07_perovskites_v0.9.aiida
```
:::
So, put this at the start of the section, and then just continue with "In this part..."
Since he wrote the content, @chrisjsewell would know for sure, but that looks like the entropy contribution? The @chrisjsewell: would be good if we can still fix the notebook execution issue by tomorrow. If you do not have the time, I'll try and fix it on Sunday. |
Co-authored-by: Marnik Bercx <[email protected]>
7539170
to
71773f7
Compare
I've implemented some of the obvious corrections here, but maybe some are missing? (See the last commit.) |
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.
These all LGTM! 🚀 Thanks @CasperWA, I'll test the section anyways, so will give it a pass then.
The two commits represent the following:
query
instead ofqb
.I have a few open questions still:
{ref}'something<some:reference>'
versus something?$-TS$
is mentioned (in the last section), what is that? Is that a mistake?