Yuna Luzi

Results 37 comments of Yuna Luzi

Thanks @choldgraf for opening this issue. An **exercise** directive can easily be initiated by the following pattern: `{exercise}`. It takes in an optional title and options such as _class_, _label_...

Just want to give you all a heads up that I'm going to tackle these ideas next. :-)

Thanks for submitting this issue @shlff. We've addressed `code-cell` blocks not working in admonition and admonition-like blocks in [JB/issue/700](https://github.com/executablebooks/jupyter-book/issues/700). I also suggested a workaround using glue. This would be tedious...

@choldgraf I don't fully follow - [sphinx-exercise.readthedocs.io](https://sphinx-exercise.readthedocs.io/en/latest/) is not _our_ project or is it? 👀

These are great suggestions @choldgraf @jstac. Just to double check, it wouldn't be possible to automate the gluing functionality so that whenever a `code-cell` is introduced in the content of...

This is easily doable - but the user would have to keep track of all the exercise labels and would have to create a new directive for every exercise they...

I would envision this looking something like ````md ```{copy-exercises} :include-solutions: ``` ```` We can also introduce a `copy-solutions` directive which will only copy the solutions.