executablebooks / sphinx-thebe

A Sphinx extension to convert static code into interactive code cells with Jupyter, Thebe, and Binder.
https://sphinx-thebe.readthedocs.io/en/latest/
MIT License
28 stars 15 forks source link

R kernel is not loaded by `thebe` in documentation #43

Closed eliasdabbas closed 1 year ago

eliasdabbas commented 2 years ago

It's probably a minor configuration issue that is causing this to happen on the configure page:

The kernel is set to ir, so maybe it should be just "r"?

thebe-kernel: ir

Screen Shot 2022-01-31 at 2 07 12 AM

Thanks!