Metadata-Version: 2.3
Name: markus-autotest-helpers-notebook
Version: 0.1.0
Summary: Helper functions for importing and testing Jupyter notebooks.
Author: Misha Schwartz, David Liu, Tianshu Luan
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Dist: ipython==7.24.0
Requires-Dist: nbformat==5.1.3
Requires-Dist: pytest>=6.2.1,<8
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# Notebook Helper

Helper functions for importing and testing jupyter notebooks.

See [function/class docstrings](./src/markus_autotest_helpers_notebook/__init__.py) for more information.

## Installation:

```shell
pip install markus-autotest-helpers-notebook'
```
