mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-13 13:17:50 +08:00
it's the descendant of the part of fabric we actually use, it doesn't have complex compiled dependencies like fabric, and it works on Python 3.
git hooks for IPython
add these to your .git/hooks
For now, we just have post-checkout
and post-merge
,
both of which update submodules and attempt to rebuild css sourcemaps,
so make sure that you have a fully synced repo whenever you checkout or pull.
To use these hooks, run ./install-hooks.sh
.
If you havn't initialised and updated the submodules manually, you will then need to run git checkout master
to activate the hooks (even if you already have master
checked out).