Metadata-Version: 2.1
Name: nbpretty
Version: 0.3.1
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.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: PyYAML (>=6.0,<7.0)
Requires-Dist: click (>=8.0,<9.0)
Requires-Dist: ipython (>=8.0,<9.0)
Requires-Dist: jinja2 (>=3.1,<4.0)
Requires-Dist: livereload (>=2.0,<3.0)
Requires-Dist: nbconvert (>=7.0,<8.0)
Requires-Dist: rich (>=13.0,<14.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

