Hi Olivier,
If you look at nbconvert[1] you will see that it has the potential to
execute notebook in place, without a GUI.
Either using the command line : `jupyter nbconvert --in-place
--execute <mynotebook.ipynb>` (IIRC),
or via the Python API if you need something more specific.
Triggering that on push will require you to look into git
documentation. likely a post-receive-pack hook,
if remote, or a pre/post-commit one. You also might want to look at a
clean/smudge filter to trigger things on checkout.
Hope that helps. Let us know what you ended up doing.
Cheers,
--
Matthias
[1] :
https://github.com/jupyter/nbconvert
> --
> You received this message because you are subscribed to the Google Groups
> "Project Jupyter" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to
jupyter+u...@googlegroups.com.
> To post to this group, send email to
jup...@googlegroups.com.
> To view this discussion on the web visit
>
https://groups.google.com/d/msgid/jupyter/e4a73fb8-9b17-4330-979a-4837686bce67%40googlegroups.com.
> For more options, visit
https://groups.google.com/d/optout.