Thomas Kluyver

Results 130 issues of Thomas Kluyver

Hi, I'm opening this pull request as part of a push to modernise how packages use [Flit](https://flit.pypa.io/en/stable/) as a Python build backend. Using `flit_core` as the backend in place of...

This issue is to discuss how best to cache entry points, and how to ensure that it's performant and accurate.

Citeproc-js can handle citation clusters, where you cite several references in one go, which may be rendered as '[5-7]', or '(Smith 1997, Bloggs et al. 2004)'. Cite2c should have a...

A little bit tricky, because you need to initialise a new citeproc-js engine, but there's no reason this should be impossible.

enhancement

People will inevitably want to export notebooks to Latex, despite my misgivings about it. This will involve turning the citations into latex `\cite{foo}` commands (see [the citation filter in nbconvert](https://github.com/ipython/ipython/blob/master/IPython/nbconvert/filters/citation.py)),...

enhancement
question

[citeproc-py](https://github.com/brechtm/citeproc-py) might be valuable here.

enhancement

We put citations into metadata, but we don't take them out if they're deleted.

Get a user's groups: `/users//groups` Get items from a group: `/groups/3970/items`

At present, deleted citations are only dropped from the bibliography the next time a citation is processed. So if you delete a cell containing citations, or edit a cell and...

bug

Hi, I'm opening this pull request as part of a push to modernise how packages use [Flit](https://flit.pypa.io/en/stable/) as a Python build backend. Using `flit_core` as the backend in place of...