Metadata-Version: 2.1
Name: sphinx-thebelab
Version: 0.0.6
Summary: Add a copy button to each of your code cells.
Home-page: https://github.com/executablebooks/sphinx-thebelab
Author: Executable Book Project
License: MIT License
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
Requires-Dist: sphinx (>=1.8)
Provides-Extra: sphinx
Requires-Dist: myst-parser[sphinx] ; extra == 'sphinx'
Requires-Dist: sphinx-book-theme ; extra == 'sphinx'
Provides-Extra: testing
Requires-Dist: pytest ; extra == 'testing'
Requires-Dist: pytest-regressions ; extra == 'testing'
Requires-Dist: beautifulsoup4 ; extra == 'testing'

# sphinx-thebelab

[![Documentation](https://readthedocs.org/projects/sphinx-thebelab/badge/?version=latest)](https://sphinx-thebelab.readthedocs.io/en/latest/?badge=latest)
[![PyPI](https://img.shields.io/pypi/v/sphinx-thebelab.svg)](https://pypi.org/project/sphinx-thebelab)

Integrate interactive code blocks into your documentation with Thebelab and Binder.

See [the sphinx-thebelab documentation](https://sphinx-thebelab.readthedocs.io/en/latest/) for more details!

## Install

To install `sphinx-thebelab` first clonse and install it:

```
pip install sphinx-thebelab
```

Then, add it to your Sphinx site's `conf.py` file:

```
extensions = [
    ...
    "sphinx_thebelab"
    ...
]
```

See [the sphinx-thebelab documentation](https://sphinx-thebelab.readthedocs.io/en/latest/) for more details!


