fix: specify nbformat version in nb (#2023)

# What does this PR do?
Adding nbformat version fixes this issue. Not sure exactly why this
needs to be done, but this version was rewritten to the bottom of a nb
file when I changed its name trying to get to the bottom of this. When I
opened it on GH the issue was no longer present
 Closes #1837 

## Test Plan
N/A
This commit is contained in:
Kevin Postlethwait 2025-04-25 04:10:37 -04:00 committed by GitHub
parent ace82836c1
commit d9e00fca66
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 24 additions and 8 deletions

View file

@ -389,5 +389,7 @@
"pygments_lexer": "ipython3", "pygments_lexer": "ipython3",
"version": "3.10.15" "version": "3.10.15"
} }
} },
"nbformat": 4,
"nbformat_minor": 5
} }

View file

@ -256,5 +256,7 @@
"pygments_lexer": "ipython3", "pygments_lexer": "ipython3",
"version": "3.10.15" "version": "3.10.15"
} }
} },
"nbformat": 4,
"nbformat_minor": 5
} }

View file

@ -301,5 +301,7 @@
"pygments_lexer": "ipython3", "pygments_lexer": "ipython3",
"version": "3.12.2" "version": "3.12.2"
} }
} },
"nbformat": 4,
"nbformat_minor": 5
} }

View file

@ -200,5 +200,7 @@
"pygments_lexer": "ipython3", "pygments_lexer": "ipython3",
"version": "3.12.2" "version": "3.12.2"
} }
} },
"nbformat": 4,
"nbformat_minor": 5
} }

View file

@ -355,5 +355,7 @@
"pygments_lexer": "ipython3", "pygments_lexer": "ipython3",
"version": "3.10.15" "version": "3.10.15"
} }
} },
"nbformat": 4,
"nbformat_minor": 5
} }

View file

@ -398,5 +398,7 @@
"pygments_lexer": "ipython3", "pygments_lexer": "ipython3",
"version": "3.10.15" "version": "3.10.15"
} }
} },
"nbformat": 4,
"nbformat_minor": 5
} }

View file

@ -132,5 +132,7 @@
"pygments_lexer": "ipython3", "pygments_lexer": "ipython3",
"version": "3.11.10" "version": "3.11.10"
} }
} },
"nbformat": 4,
"nbformat_minor": 5
} }

View file

@ -188,5 +188,7 @@
"pygments_lexer": "ipython3", "pygments_lexer": "ipython3",
"version": "3.10.15" "version": "3.10.15"
} }
} },
"nbformat": 4,
"nbformat_minor": 5
} }