Skip to content

Instantly share code, notes, and snippets.

@patrickloeber
Created April 30, 2026 13:00
Show Gist options
  • Select an option

  • Save patrickloeber/06425b22f68f5ad2da2943b1db7af9eb to your computer and use it in GitHub Desktop.

Select an option

Save patrickloeber/06425b22f68f5ad2da2943b1db7af9eb to your computer and use it in GitHub Desktop.
Clear notebook
jq '(.cells[] | select(.execution_count != null)).execution_count = null | (.cells[].outputs[]? | select(.execution_count != null)).execution_count = null' ./file.ipynb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment