jupyterlite / litegitpuller

nbgitpuller in JupyterLite
BSD 3-Clause "New" or "Revised" License
2 stars 4 forks source link

Test if nbgitpuller extension is installed #20

Closed brichet closed 1 month ago

brichet commented 1 month ago

Fixes https://github.com/jupyterlite/litegitpuller/issues/5

This PR add a test on nbgitpuller extension, by making a request to one of its endpoint.

If nbgitpuller extension is enabled, litegitpuller is not activated, to avoid fetching two times the same repo.

cc @jtpio, who suggests this workaround

github-actions[bot] commented 1 month ago

Binder :point_left: Launch a Binder on branch _brichet/litegitpuller/conflictnbgitpuller

jtpio commented 1 month ago

Will release in a 0.2.0 since this may introduce a change of behavior.