ThomasDelteil opened a new pull request #10165: Add the ability to exclude specific lines in tutorial notebooks generated from .md URL: https://github.com/apache/incubator-mxnet/pull/10165 ## Description ## In tutorials files, sometimes we have statements like `img.plot()` that generates an image. For the tutorials to be entertaining, we may want to include an example generated image using the image tag like this: ``. However this means that currently, at run-time, if someone downloads the generated notebook, they will see twice the image. Once from execution, and once from the markdown line. With this PR, we introduce a way to have `.md` lines that are not included in the notebook, giving a better experience to our tutorials users. ## Checklist ## ### Essentials ### Please feel free to remove inapplicable items for your PR. - [ ] Changes are complete (i.e. I finished coding on this PR) - [ ] Code is well-documented: - [ ] For new examples, README.md is added to explain the what the example does, the source of the dataset, expected performance on test set and reference to the original paper if applicable - [ ] To the my best knowledge, examples are either not affected by this change, or have been fixed to be compatible with this change ### Changes ### - [ ] Adding ability to hide specific lines from tutorials, tested on locally built version of the website ### Test ### See:   @safrooze @aaronmarkham
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
