Open
Description
I have a folder of experiments that don't want to be tested when I run nbdev_test.
Is there a way to ignore these files? I could add #|eval false
to each line, in each notebook in that folder, but that's a lot of hassle.
Having a Directive to set this default at the beginning of the file will also work.