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 files in multiple diretories #129

Closed giswqs closed 1 year ago

giswqs commented 1 year ago

Currently, execute_ignore only accepts a string.

plugins:
  - mkdocs-jupyter:
      execute_ignore: "folder1/abc.ipynb"

It would be great to support a list so that we can ignore files under multiple directories, something like this:

plugins:
  - mkdocs-jupyter:
      execute_ignore: ["folder1/abc.ipynb". "folder2/xyz.ipynb"]
josephmcasey commented 1 year ago

Duplicate of https://github.com/danielfrg/mkdocs-jupyter/issues/119

danielfrg commented 1 year ago

Closing as duplicate