You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the case of removing execution_count (+metadata) while preserving outputs produce situation with removing execution_count key field entirely instead of putting the null value. After pushing it to GitHub it produces error:
Invalid Notebook
'execution_count' is a required property
Using nbformat v5.10.4 and nbconvert v7.16.1
I will post it as a pull request when I have some time. But feel free to do it instead of me, and test it on your own. And quickly release a new fixed version :)
The text was updated successfully, but these errors were encountered:
In the case of removing execution_count (+metadata) while preserving outputs produce situation with removing
execution_count
key field entirely instead of putting the null value. After pushing it to GitHub it produces error:So, the little change in the code should fix it.
Example:
It's data displayed when we don't print them, but it's the last reference in the cell.
The probable fix is change from :
nbstripout-fast/src/stripoutlib.rs
Line 175 in 2a574f9
to:
I will post it as a pull request when I have some time. But feel free to do it instead of me, and test it on your own. And quickly release a new fixed version :)
The text was updated successfully, but these errors were encountered: