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 was able to get sphinx-thebe to work nicely with jupyter-sphinx, I commented on #165 as it's going more in the direction of replacing the current thebe extension from jupyter-sphinx
When using the Thebelab button to make the code cells executable, I don't seem to be able to have syntax highlighting working properly.
thebe.mp4
I tried with a dev install (master branch) of jupyter-sphinx, and it seems that
data-language
is being set to"ipython"
here:jupyter-sphinx/jupyter_sphinx/thebelab.py
Line 23 in 28468f2
"python"
, but even trying"python"
locally does not work for me.Do you have any pointers to how I could fix this? Could this be a Thebelab issue?
On another note, it looks like the font size changes when making the cells executable?
The text was updated successfully, but these errors were encountered: