Metadata-Version: 2.4
Name: jupyter-book
Version: 2.1.5
Dynamic: Author
Dynamic: Author-email
Dynamic: Keywords
Dynamic: License
Dynamic: License-Expression
Dynamic: Project-URL
Summary: Create computational narratives that are reusable, reproducible, and interactive.
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing :: Markup
Requires-Python: >=3.9
Requires-Dist: ipykernel
Requires-Dist: jupyter-core
Requires-Dist: jupyter-server
Requires-Dist: platformdirs>=4.2.2
Requires-Dist: nodeenv>=1.9.1
Provides-Extra: docs
Requires-Dist: markdown; extra == 'docs'
Requires-Dist: pandas; extra == 'docs'
Description-Content-Type: text/markdown

# <img src="https://raw.githubusercontent.com/jupyter-book/jupyter-book/next/docs/media/images/logo-square.svg" width=40 /> Jupyter Book

[![Jupyter Book Badge](https://raw.githubusercontent.com/jupyter-book/jupyter-book/next/docs/media/images/badge.svg)](https://jupyterbook.org)
[![DOI](https://img.shields.io/badge/DOI-Cite_Jupyter_Book-blue)](https://jupyterbook.org/stable/cite/)

<!-- [![PyPI][pypi-badge]][pypi-link]
     [![Conda][conda-badge]][conda-link] -->

Jupyter Book is an open-source tool for building publication-quality books and documents from computational material.

Jupyter Book allows users to

- write their content in Markdown files or [Jupyter](https://jupyter.org/) notebooks,
- include computational elements (e.g., code cells) in either type,
- include rich syntax such as citations, cross-references, and numbered equations, and
- using a simple command, run the embedded code cells, cache the outputs and convert this content into:
  - a web-based interactive book and
  - a publication-quality PDF.

> [!NOTE]
> Are you trying to access Jupyter Book v1 (the Sphinx-based documentation engine)?
> That package now resides in the [`v1` branch](https://github.com/jupyter-book/jupyter-book/tree/v1)
> of this repository.

## Governance of This Project

Jupyter Book is an official sub-project of Jupyter, you can find more about our team and governance process in our [Team Compass](https://compass.jupyterbook.org/).

## Contribute or Improve The Book

Notice a typo in the text? Want to add a cool feature so that others can enjoy the improvements to Jupyter Books?
Check out `CONTRIBUTING.md`. We'd love your help!

## Acknowledgements

Jupyter Book is maintained and primarily developed by the Jupyter Book Project.
