[IPython-dev] Security hash in notebooks and version control

Matthias Bussonnier bussonniermatthias at gmail.com
Wed Apr 23 02:29:28 EDT 2014


Le 23 avr. 2014 à 02:09, Skipper Seabold a écrit :

> Hi,
> 
> Curious what people are doing about this short of writing a hook to
> scrub the hash completely. Is there a way to turn this off? Do we have
> to live with the hash change being part of each commit?
> 
> https://github.com/jseabold/statsmodels/commit/6d0847c4b906e3b8027b5080910cd84a25ab3422

You can make git clean (and smudge) filter that get rid of  the signature if you like. 

If you turn this off (by implementing your own NotebookNotary) when reloading your own notebook,
they will be crippled if you use html. 
-- 
M


> 
> Skipper
> _______________________________________________
> IPython-dev mailing list
> IPython-dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/ipython-dev




More information about the IPython-dev mailing list