danielfrg / mkdocs-jupyter

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

execute ignore multiple files does not work #136

Closed giswqs closed 1 year ago

giswqs commented 1 year ago

I tried the latest version of mkdocs-jupyter v0.23.1, and it seems the execute_ignore option does not accept a list.

https://github.com/danielfrg/mkdocs-jupyter/issues/129

execute_ignore:  ["workshops/*.ipynb", "notebooks/zz_notebook_template.ipynb"]

ERROR - Config value 'plugins': Plugin 'mkdocs-jupyter' option 'execute_ignore': Expected type: <class 'str'> but received: <class 'list'>

danielfrg commented 1 year ago

This has not been fixed. #129 was closed as duplicate. I will also close this one. I will try to fix some of this issues this weekend 🤞🏼