Chris Sewell

Results 1261 comments of Chris Sewell

Heya, just to quickly note, I am certainly interested in something like this 👍 I feel, perhaps even more generally than sphinx-gallery or nbgallery, you could have an extension that...

Oh no regexes can be tricky. It looks like you have two spaces after dollar, have you tried using the specific white space regex: `r"\$\s|\#\s"`?

@choldgraf just remembered that I left @wabernatScality hanging a bit here lol. I'm a bit out of ideas, without perhaps going into the code and trying to add more test...

see https://github.com/conda-forge/staged-recipes/pull/12383

Ah doh I missed that because was searching for jupyter-sphinx not jupyter_sphinx 🤦 It is normally common practice though IMO, to use the `-` version. I guess if you pick...

Heya, it would to see what the actual output of the code cell is, if you could copy/link it or the full notebook here

Yeh so the first thing is, as with plotly you need to set requirejs to be loaded (https://myst-nb.readthedocs.io/en/latest/examples/interactive.html#plotly) html_js_files = ["https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"] But the require also seems to be wanting to...

There's nothing in the JEP to say it has to be auto-generated and/or cannot be changed by the user

I think it goes against the concept of an id, for any programme to automatically override an existing id. As already mentioned, I'm not sure if they will be manually...

hey @ajz34 I'm going to move issue to myst-nb