danielfrg / mkdocs-jupyter

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

Consider making 'execute_ignore' List[str] instead of str #119

Closed cbyrohl closed 1 year ago

cbyrohl commented 1 year ago

Thank you for your great work here.

It would be great if 'execute_ignore' would accept lists of strings. This would be consistent with the similar options "include" and "ignore". Second, this would allow more fine-grained control over which notebooks to execute.