sphinx-thebe
sphinx-thebe copied to clipboard
A Sphinx extension to convert static code into interactive code cells with Jupyter, Thebe, and Binder.
`thebe` has a release candidate available for testing, but `jupyterbook` and `sphinx-thebe` users cannot access it yet. Should we release an `rc` tagged version of `sphinx-thebe` that allow people to...
### Describe the bug **context** When I use 'Live Code' to run a cell that involves bokeh, **expectation** I expected the plot to show like it did a week ago....
### Describe the bug When I set a codemirror theme, it doesn't seem to change anything; the colors remain the default. I tried adding this to conf.py, as instructed at...
### Describe the bug **context** I place thebe code blocks inside .. collapse:: directives on a regular basis. **expectation** I expect the code block to act the same way as...
Closes #17, #24 So far this is an RFC. Does the overall idea seem reasonable, especially as far as removing of most defaults goes? I propose to remove those, so...
### Context - Binderhub needs a github repostiory to create an environment for interactive code. The default, as defined [here](https://github.com/executablebooks/sphinx-thebe/blob/aec1ec48a98ceac0acaad4d5ac23e86a6047498b/sphinx_thebe/__init__.py#L126-L128), is [`jupyter-stacks-datascience`](https://github.com/binder-examples/jupyter-stacks-datascience). - The repostiory above states that "ππThis is...
Currently, thebe is hardwired to connect to a kernel launched from a BinderHub server using the following templated config as per https://github.com/executablebooks/sphinx-thebe/blob/44ae793880eba585120cfea0af87012b6abf21fc/sphinx_thebe/__init__.py#L94: ```python # Update the doctree with some nodes...
### Description / Summary Right now, statically syntax highlighted code with the default jupyterbook theme uses a different theme (colors, bolding, etc.) than live code with CodeMirror. It would be...
### Describe the problem/need and solution **Context** When first making a page live, people want to be able to execute the whole notebook. See https://github.com/executablebooks/thebe/issues/494 **Problem / Idea** There is...
### Link to the documentation you'd like to improve https://sphinx-thebe.readthedocs.io/en/latest/configure.html ### What to improve After #17 is merged, we should document how to make sphinx provide the current git branch...