Thomas Kluyver

Results 1022 comments of Thomas Kluyver

Any preference on the module name? It doesn't look like there's really a convention, though *maybe* there are more `pygments-lexer-*` packages on PyPI, on a quick search. - `pygments_lexers_ipython` -...

I've opened PR #14650 to remove the lexers & depend on the new package.

Thanks @kmuehlbauer ! I think the quickest thing for me would be to add a 'wrapper mode', where if you pass an `h5py.File` object to `h5netcdf.File`, closing the h5netcdf object...

I've opened #238 for the easy bit. #117 cleared up a few reference cycles. Most of them are straightforward and uncontentious, but the interesting ones for this question were: **File**/**Group**...

(Note to self) I wanted to do something to follow up on #676 before making a new release.

I want to land #697 to ensure we're complying properly with the metadata 2.3 changes ([PEP 685](https://peps.python.org/pep-0685/)).

All the ones in the slide template can, but the ones in the regular HTML template are hardcoded pointing to CDNs at the moment: https://github.com/jupyter/nbconvert/blob/626c82afa03f9ca28ac65d34f430fb26449eeb06/nbconvert/templates/html/full.tpl#L15-L19 My focus here is that...

Hi Steve :-). You're mostly right, although it's possible to have nbconvert installed without notebook (the package which includes the Javascript libraries). There's nothing technically all that tricky about this,...

Both probably makes sense. I guess that it will be easier to adapt the code for js/css in separate files rather than bundled inline.

The remaining test failure is because [a pip bug](https://github.com/pypa/pip/issues/12781) broke installing pandocfilters 1.4.1. That's already been fixed in pip 24.2, but the environment that hatch creates still seeems to get...