Skip to content

Commit

Permalink
Fix nbformat to 5.2.0 to cell None type (#770)
Browse files Browse the repository at this point in the history
Upgrading nbformat, as nbformat==5.1.2 and 5.1.3 causes "AttributeError: 'NoneType' object has no attribute 'cells'" due to upgrading nbformat to v4 `nb = nbformat.v4.upgrade(nb)`
  • Loading branch information
kks32 authored Jan 25, 2024
1 parent 9bb03b6 commit 9964964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
click
pyyaml
nbformat >= 5.1.2
nbformat >= 5.2.0
nbclient >= 0.2.0
tqdm >= 4.32.2
requests
Expand Down

0 comments on commit 9964964

Please sign in to comment.