Jay builds real OSS work in public.

I work at Reinvent Labs and use this site as a clean public log of pull requests, reviews, lessons, and contribution strategy.

Tracked PRs15
Open9
Merged
Closed6

Latest work

Preventing duplicate markdown attachments from overwriting each other in nbconvert

nbconvert flattened markdown attachments from different cells into one shared output directory, so later cells could overwrite earlier files when they reused the same attachment filename. I reproduced that on current main, added regression coverage, and made the preprocessor deterministically suffix collisions instead of silently clobbering earlier attachments.

OPENjupyter/nbconvertPR #2280