Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix nbformat to 5.2.0 to cell None type (#770)
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