Skip to content

Commit

Permalink
Update nbformat_minor to 5 in various notebooks
Browse files Browse the repository at this point in the history
```
Input Notebook:  test_notebook.ipynb
Output Notebook: datascience_ubi9_output.ipynb
Notebook JSON is invalid: Additional properties are not allowed ('id' was unexpected)

Failed validating 'additionalProperties' in code_cell:
```

These notebooks contain cell ids,
which are only supported in notebook format 4.5.

See the proposal https://jupyter.org/enhancement-proposals/62-cell-id/cell-id.html.
  • Loading branch information
jiridanek committed Feb 23, 2024
1 parent c4cd154 commit 1f8cc5e
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -239,5 +239,5 @@
"orig_nbformat": 4
},
"nbformat": 4,
"nbformat_minor": 2
"nbformat_minor": 5
}
Original file line number Diff line number Diff line change
Expand Up @@ -233,5 +233,5 @@
"orig_nbformat": 4
},
"nbformat": 4,
"nbformat_minor": 2
"nbformat_minor": 5
}
2 changes: 1 addition & 1 deletion jupyter/minimal/ubi8-python-3.8/test/test_notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@
"orig_nbformat": 4
},
"nbformat": 4,
"nbformat_minor": 2
"nbformat_minor": 5
}
2 changes: 1 addition & 1 deletion jupyter/minimal/ubi9-python-3.9/test/test_notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@
"orig_nbformat": 4
},
"nbformat": 4,
"nbformat_minor": 2
"nbformat_minor": 5
}
2 changes: 1 addition & 1 deletion jupyter/pytorch/ubi9-python-3.9/test/test_notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -159,5 +159,5 @@
"orig_nbformat": 4
},
"nbformat": 4,
"nbformat_minor": 2
"nbformat_minor": 5
}
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,5 @@
"orig_nbformat": 4
},
"nbformat": 4,
"nbformat_minor": 2
"nbformat_minor": 5
}
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,5 @@
"orig_nbformat": 4
},
"nbformat": 4,
"nbformat_minor": 2
"nbformat_minor": 5
}

0 comments on commit 1f8cc5e

Please sign in to comment.