Skip to content

Commit

Permalink
fixed execution number problem
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgorgo committed Aug 6, 2015
1 parent 2af77ae commit ca75122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ipynb_drop_output
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def strip_output_from_cell(cell):
if "prompt_number" in cell:
del cell["prompt_number"]
if "execution_count" in cell:
del cell["execution_count"]
cell["execution_count"] = None


if ipy_version == 2:
Expand Down

0 comments on commit ca75122

Please sign in to comment.