sphinx-thebe icon indicating copy to clipboard operation
sphinx-thebe copied to clipboard

A Sphinx extension to convert static code into interactive code cells with Jupyter, Thebe, and Binder.

Results 17 sphinx-thebe issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Thebe prevents cells with hide-cell tag from opening in Jupyter-book. "Click to show" does nothing. This is because the ID of the `div` is overwritten by `shpinx-thebe`,...

bug

### Description For any configuration that exists in Thebe, we should simply pass it through directly to `thebe` rather than having our own configuration key name for it and translating...

enhancement
:label: configuration

### Description / Summary CodeMirror supports showing line numbers through the lineNumbers option. This option appears to be set to false by default. It would be nice if we could...

documentation
enhancement
blocked

### Description Right now the thebe package is hard-coded in the codebase: https://github.com/executablebooks/sphinx-thebe/blob/c036ac41a3b681ed4c2ab3b92edee4a3d2d2e1f0/sphinx_thebe/__init__.py#L12-L16 and loaded here https://github.com/executablebooks/sphinx-thebe/blob/c036ac41a3b681ed4c2ab3b92edee4a3d2d2e1f0/sphinx_thebe/__init__.py#L66-L71 This should be configurable for the documentation author. ### Benefit 1. Thebe intends...

enhancement
good first issue
:label: configuration

It is a little bit unclear for some folks how to configure `thebe` directly (or if this is even possible). We should clarify this

documentation

**Describe the bug** I am getting Build Error on readthedocs.org. `NameError: name 'docutils' is not defined` **To Reproduce** Error log: https://readthedocs.org/api/v2/build/12178595.txt https://readthedocs.org/projects/xyz-spaces-python/builds/12178595/ **Expected behavior** Docs should build. **Environment** - Python...

bug

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @​actions/artifact dependency by @​bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...

dependencies