picklesdoc

Way to extract pickles coming in and out of ipython / jupyter notebook

戏子无情 提交于 2019-12-11 07:33:10
问题 I'm trying to summarize a data analysis project which runs across many ipython / jupyter notebooks and each notebook is fairly long. One of the things that would help this process is if I knew at least what the overall "input" pickles going in and "output" pickles going out. What's the cleanest/quickest/most efficient way to do this? 回答1: I'm not sure if this is the best way to do it, but it's at least one way... def summerize_pickles(notebook_path): from IPython.nbformat import current as