mkdocs-jupyter icon indicating copy to clipboard operation
mkdocs-jupyter copied to clipboard

Render notebooks outside the docs folder

Open PabloVD opened this issue 6 months ago • 0 comments

I have a notebooks folder where I store my example notebooks, and I would render them in the docs via this package. However, apparently I can only do that if the notebooks are inside the docs folder. Both docs and notebooks are at the same level in the main repo.

Is there a way to render the notebooks without duplicating them in the docs folder? I would not like to have code duplication. I have tried with the Snippets extension, but apparently does not work well with jupyter.

PabloVD avatar May 12 '25 15:05 PabloVD