Zachary Moon

Results 92 comments of Zachary Moon

In Jupyter, the math and normal text of a `LaTeXString` are separated and only the math gets passed to MathJax, the normal text gets treated as normal HTML text.

I think it shouldn't be too much, mostly `functools.wraps`ing the original functions. I'll give it a go after #168.

@roxyboy, when are you planning to make the `true_*` arguments `True` by default? Just wondering, as currently the examples generate warnings related to that. Also would you mind if I...

Also how big is the dataset for the MITgcm example? Could it be included in the repo or somewhere else where it could be downloaded?

Hi @mrmups . I think better would be `-s, --string-to-echo TEXT` or somesuch would be better actually. `-s, --string-to-echo` by itself kind of suggests boolean flag.

What do you think about intersphinx references in the text? Would be nice to have the links, and reduced maintenance vs manually putting the links in, though for people running...

> * intersphinx to xarray doesn't work Just curious about this. Like ``{py:class}`xarray.Dataset` `` / ``{external+xarray:py:class}`xarray.Dataset` `` doesn't work? [Or using](https://myst-parser.readthedocs.io/en/latest/develop/_changelog.html?highlight=intersphinx#id28) `[title](ref)`? Does it work with the pydata docs URL?...

After a bit of investigation, seems like xarray isn't working because it doesn't have an xarray module doc reference? e.g. for NumPy `'numpy': 'https://numpy.org/doc/stable/reference/index.html#module-numpy'` is in the inventory that it...

> When it works, it's great When I was trying it I found that it only seemed to work for full build from clean, not partial builds, which is kind...

It seems like VSCodeServer has similar ways to check like Juno. Maybe checking `VSCodeServer.PLOT_PANE_ENABLED`? It would maybe be nice to be able to do these checks without making VSCodeServer and...