Tony Hirst

Results 404 comments of Tony Hirst

I note the proposed syntax diverges from the syntax used by MyST, which is the flavour of md preferred for writing Jupyter Book documents. For example, via https://myst-tools.org/docs/mystjs/diagrams : >...

@westurner The MyST parser renders the ` ```{mermaid} ` initiated block correctly, but not ` ```mermaid `. I note also that Quarto uses the ` ```{mermaid} ` syntax [[docs](https://quarto.org/docs/authoring/diagrams.html)]. In...

In MyST, the convention is ` ```CODE-LANGUAGE ` for executable code blocks ([docs](https://myst-tools.org/docs/mystjs/code)) whereas in Quarto/qmd the curly-bracketed syntax is used for executable content too (` ```{python} `, ` ```{r}...

IIRC, my original issye was inconsistency between default pandoc and pypandoc behaviours.

There's a general question, I think, of how to introspect or communicate the domain and path that lite environments live on. I started looking at updating a sphinx/Jupyter Book theme...

@akhmerov Ah, so is that suggesting just dumping `thebe_config` into ``? So to backtrack from that, some way would need to setup the `thebe_config` structure correctly. I also note for...

Is all that's required to get this working with thebe updates to the thebe package versions? Or is there plumbing underneath that needs updating? Eg notifications that say "opening with...

PR https://github.com/jupyterlite/jupyterlite-sphinx/commit/944ccf4ee977627dbf75b5ae1994c08718566c76 seems to support a `jupyterlite_contents` setting in `conf.py` that will copy path contents over to the distribution. It might perhaps be handy to be able to ignore specified...

Contents can be copied over to files based on glob pattern matching in https://github.com/jupyterlite/jupyterlite-sphinx/pull/73/commits/6730bef7567ed8ace528c241999d04f6b7418f55 . Would it also make sense to see if the match pattern is actually a file...

I still see an issue trying to load images in using HTML `` tag, though the markdown renderer works. The main reason against me using the markdown format is the...