nteract / testbook

🧪 📗 Unit test your Jupyter Notebooks the right way

Home Page:https://testbook.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Document `nb` attribute and how it represents the nbformat object

MSeal opened this issue · comments

We have access to the underlying nbformat structure from testbook which can be helpful to know more about in testing. Documenting what's in this structure and where it's library/documentation lives in nbformat would be helpful!