Metadata-Version: 2.1
Name: nbpretty
Version: 0.2.0
Summary: A tool to convert sets of Jupyter notebook files into a single, cohesive set of linked pages
Home-page: https://gitlab.com/milliams/nbpretty
License: MIT
Author: Matt Williams
Author-email: matt@milliams.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: PyYAML (>=5.1,<6.0)
Requires-Dist: click (>=7.0,<8.0)
Requires-Dist: ipython (>=7.18.1,<8.0.0)
Requires-Dist: livereload (>=2.6.3,<3.0.0)
Requires-Dist: nbconvert (>=6.0.7,<7.0.0)
Requires-Dist: rich (>=9.0.0,<10.0.0)
Project-URL: Documentation, https://nbpretty.readthedocs.io
Project-URL: Repository, https://gitlab.com/milliams/nbpretty
Description-Content-Type: text/x-rst

nbpretty
========

nbpretty is a tool to convert sets of notebook files into a single, cohesive set of linked pages.

Documentation at https://nbpretty.readthedocs.io

