Matt McKay

Results 376 comments of Matt McKay

I really like the namespaces idea here. This will also really help align options with their software "layer of responsibility".

@chrisjsewell should this wait for the current `myst-nb` work to be released? https://github.com/executablebooks/MyST-NB/pull/380 Or do you think it is worth tagging an intermediate release of `myst-nb` to move `myst-parser` from...

@marianaiv nice detective work. Can you post a snippet of the citations and figures syntax?

thanks @marianaiv this is really helpful. I will keep this open and add some test cases around `citations` in figure captions and try and get this supported in the `medium`...

Thanks for linking the issues @michaelosthege

Thanks for reporting this @baggiponte -- looks like an interesting thesis :-). @AakashGfude any idea what might be causing this?

thanks @choldgraf for opening this discussion - I agree it is pretty important to get right at the outset. If having a separate `show` command is more flexible in supporting...

@JensHeinrich are you able to add the following to your `_config.yml` (jupyter-book) ```yaml sphinx: config: nb_render_priority: latex: - "application/pdf" - "image/svg+xml" - "image/png" - "image/jpeg" - "text/latex" - "text/markdown" -...

its a good question @akhmerov -- and worth discussing more broadly -- It is how I have `assumed` I would fix a current issue by being able to specify a...

@chrisjsewell are these generated assets or user supplied assets? If I remember correctly you are using the term `artefacts` for `generated assets`? Can we add a directive (i.e. `dependency`) for...