Do not show cell output from index.ipynb in README.md

Hi,
I’m developing a package that outputs Bokeh figures which cannot be rendered as markdown in the README.md

See the repo here:

Is there a way to ensure that cells output from index.ipynb are not exported to the README.md but are still used to generate the docs?

Thanks!

Maybe you could use Quarto’s conditional content?

Thanks for the tip! I’ll check it out.