INRIA/scikit-learn-mooc

The "Live Code" integration inserts the "Copy to clipboard" text inside the runnable cell

ogrisel opened this issue · 1 comments

When using the rocket icon to start a live code session backend by mybinder.org:

Screenshot 2022-02-15 at 11 26 46

then, in each code cell, the "Copy to clipboard" text is inserted. This causes a IndentationError / SyntaxError when running the cell as it's interpreted as being part of the Python code of the cell:

Screenshot 2022-02-15 at 11 26 26

Related problem #572 (some notebooks, exercises or main notebooks, do not have the rocket icon to launch binder)

This has been fixed in sphinx-thebe