danielfrg / mkdocs-jupyter

Use Jupyter Notebook in mkdocs
https://mkdocs-jupyter.danielfrg.com
Apache License 2.0
362 stars 45 forks source link

`execute_include` as well as `execute_ignore` #185

Open kylebarron opened 5 months ago

kylebarron commented 5 months ago

👋 It would be great to have an execute_include option as well as the existing execute_ignore. In my case, most notebooks I don't want to execute and include in the documentation because they use too much data. And so I only want to include a specific directory to execute.

I imagine this would be similar to the existing include flag?