You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a jupyter-book using octave notebooks. Live-Code with thebe stopped working after updating jb to 0.13.1.
expectation.
Running live-code with thebe should work out of the box with an octave kernel, but it doesn't. Running the jupyter notebooks in mybinder.org works as expected.
bug
This seems to be caused by jupyter-book/thebe#349. If I understand correctly, thebe >= 0.6.0 requires the kernel to be set via kernelOptions.name rather than kernelOptions.kernalName. I verified this by manually adding kernelOptions.name to a locally built html file.
possible fix
After a first glance at sphinx-thebe, I suppose it could suffice to fix this line:
Thanks for opening your first issue here! Engagement like this is essential for open source projects! 🤗
If you haven't done so already, check out EBP's Code of Conduct. Also, please try to follow the issue template as it helps other community members to contribute more effectively.
If your issue is a feature request, others may react to it, to raise its prominence (see Feature Voting).
Describe the bug
context
I have a jupyter-book using octave notebooks. Live-Code with thebe stopped working after updating jb to 0.13.1.
expectation.
Running live-code with thebe should work out of the box with an octave kernel, but it doesn't. Running the jupyter notebooks in mybinder.org works as expected.
bug
This seems to be caused by jupyter-book/thebe#349. If I understand correctly, thebe >= 0.6.0 requires the kernel to be set via
kernelOptions.name
rather thankernelOptions.kernalName
. I verified this by manually addingkernelOptions.name
to a locally built html file.possible fix
After a first glance at sphinx-thebe, I suppose it could suffice to fix this line:
sphinx-thebe/sphinx_thebe/__init__.py
Line 148 in d9c1f3d
Reproduce the bug
As a consequence, the
sphinx-thebe
documentation is currently broken: Running the interactive R code on https://sphinx-thebe.readthedocs.io/en/latest/configure.html does not work.List your environment
jupyter-book version 0.13.1
The text was updated successfully, but these errors were encountered: