nteract / testbook

🧪 📗 Unit test your Jupyter Notebooks the right way
https://testbook.readthedocs.io
BSD 3-Clause "New" or "Revised" License
416 stars 37 forks source link

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

Open MSeal opened 3 years ago

MSeal commented 3 years ago

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!